ExtensionEngine / tailor

Content authoring platform
MIT License
31 stars 10 forks source link

Encode filename in source key on Storage#copyFile #930

Closed kronicker closed 2 years ago

kronicker commented 2 years ago

This PR encodes the filename part of the Amazon s3 storage source path in Storage#copyFile to be aligned with AWS S3 docs.

Currently, filenames are sent w/o URL encoding which makes asset migration script fail for assets that contain URL reserved characters in their filenames (e.g. '+').

Resolves #929