aws-amplify / docs

AWS Amplify Framework Documentation
https://docs.amplify.aws
Apache License 2.0
487 stars 1.06k forks source link

fix(js): add storage callout to encode copy source URI #8085

Closed AllanZhengYP closed 1 week ago

AllanZhengYP commented 1 week ago

Description of changes:

JS library has a known issue that it does not URI encode the copy source path. We have to fix it only in next major version because users may already encoded the copy source, adding URI encode for them will cause the value to be double-encoded.

Related GitHub issue #, if available:

Instructions

If this PR should not be merged upon approval for any reason, please submit as a DRAFT

Which product(s) are affected by this PR (if applicable)?

Which platform(s) are affected by this PR (if applicable)?

Please add the product(s)/platform(s) affected to the PR title

Checks

When this PR is ready to merge, please check the box below

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.