flownative / flow-aws-s3

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

TASK: Adjust parameter type on publishCollection() #8

Closed mkuiphuis closed 6 years ago

mkuiphuis commented 8 years ago

the publishCollection function in S3Target.php is now using CollectionInterface instead of the Collection object as a parameter

kdambekalns commented 8 years ago

@robertlemke would you have a look?

kdambekalns commented 7 years ago

@robertlemke Ping…

kdambekalns commented 6 years ago

No longer needed, the code uses CollectionInterface by now… thanks anyway!