This commit is contained in:
parent
28b61a93fd
commit
04f5525f20
@ -199,7 +199,7 @@ func (d *S3) copyFile(ctx context.Context, src string, dst string) error {
|
|||||||
dstKey := getKey(dst, false)
|
dstKey := getKey(dst, false)
|
||||||
input := &s3.CopyObjectInput{
|
input := &s3.CopyObjectInput{
|
||||||
Bucket: &d.Bucket,
|
Bucket: &d.Bucket,
|
||||||
CopySource: aws.String(url.PathEscape("/" + d.Bucket + "/" + srcKey)),
|
CopySource: aws.String(url.PathEscape(d.Bucket + "/" + srcKey)),
|
||||||
Key: &dstKey,
|
Key: &dstKey,
|
||||||
}
|
}
|
||||||
_, err := d.client.CopyObject(input)
|
_, err := d.client.CopyObject(input)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user