flownative / flow-aws-s3

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

HTTP 500 error - wrong return type definition #60

Closed grizooo closed 2 years ago

grizooo commented 2 years ago

Hi,

there is a wrong definition in return type in the latest version. Type must be resource or bool not only bool:

https://github.com/flownative/flow-aws-s3/blob/36ab1c6e0031d8a90c456c3ceb10fa9dcd11496d/Classes/S3Storage.php#L306

This causes a 500er error

kdambekalns commented 2 years ago

Oh… see https://github.com/flownative/flow-aws-s3/pull/55