Browse Source

解决调试问题

gitlink
Sydonian 11 months ago
parent
commit
8eb0eec6f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/pkgs/storage/s3/shard_store.go

+ 1
- 1
common/pkgs/storage/s3/shard_store.go View File

@@ -247,7 +247,7 @@ func (s *ShardStore) onCreateFinished(tempFilePath string, size int64, hash cdss

_, err := s.cli.CopyObject(context.Background(), &s3.CopyObjectInput{
Bucket: aws.String(s.bucket),
CopySource: aws.String(tempFilePath),
CopySource: aws.String(JoinKey(s.bucket, tempFilePath)),
Key: aws.String(newPath),
})
if err != nil {


Loading…
Cancel
Save