flownative / flow-aws-s3

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

TASK: Make S3Target more forgiving when publishing #12

Closed kdambekalns closed 6 years ago

kdambekalns commented 7 years ago

Instead of throwing exceptions that block publishing of remaining resources, an error will be logged and the code continues to run.

In addition this adds support for a callback to publishCollection (it is passed down to getObjects like in the FileSystemTarget.)

kdambekalns commented 7 years ago

@robert - this is a tweaked version of the code I came up with yesterday. It never actually ran, so handle with care… Still wanted it to get out of my head and machine. Hope it helps.

kdambekalns commented 7 years ago

@robertlemke Wanted to actually mention you back in April :)

kdambekalns commented 6 years ago

Hi @dimaip - could you have a look at this? Might make sense to (up-)merge this, no?