flownative / flow-aws-s3

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

Fix source bucket when publishing on two-bucket setup #63

Closed alexgaertner closed 1 year ago

alexgaertner commented 1 year ago

Fixes an issue when you try to upload your Persistent-Resources from one S3-Storage to an Target. If the storage is not the same bucket as the target one.

Former the target bucket was set as source even if its not. Therefore an error is promted such as <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message> ... when you try to publish your resources.