flownative / flow-aws-s3

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

`getPublicStaticResourceUri` wrong if there is `baseUri` #17

Closed limchivy closed 3 years ago

limchivy commented 7 years ago

If there is a endpoint config, the the static resource would render as https://{{backet-name}}.endpoint/..., but we want render the same as baseUri

kdambekalns commented 3 years ago

See #37 and #42