flownative / flow-aws-s3

Amazon S3 adaptor for Neos and Flow
MIT License
18 stars 33 forks source link

Escaping of resource uris #21

Closed dimaip closed 2 years ago

dimaip commented 6 years ago

This storage target does not escape special characters in filenames like +. E.g. it returns this link: https://psmb-neos-resources.hb.bizmrg.com/target/sfi/c0b7e1d5d93536e0c87755e70def6ac8fe3aeecf/__IGP7679%2B.jpg Instead of: https://psmb-neos-resources.hb.bizmrg.com/target/sfi/c0b7e1d5d93536e0c87755e70def6ac8fe3aeecf/__IGP7679+.jpg

kdambekalns commented 6 years ago

See #2

kdambekalns commented 3 years ago

TBH I don't know if this actually still is an issue…

kdambekalns commented 2 years ago

This should be solved with https://github.com/flownative/flow-aws-s3/blob/28ab7810bddd91111f2c9f12a6b56e726514c287/Classes/S3Target.php#L466