Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

S3 copy #165

Open
ManUtopiK opened this issue May 3, 2021 · 0 comments
Open

S3 copy #165

ManUtopiK opened this issue May 3, 2021 · 0 comments

Comments

@ManUtopiK
Copy link

CopySource should be wrapped with encodeURIComponent to prevent utf-8 and special chars in Key. Like this:

const params = {
    Key: dest,
    Bucket: this.$bucket,
    CopySource: encodeURIComponent(`/${this.$bucket}/${src}`)
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant