flownative / flow-aws-s3

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

BUGFIX: Copy breaks if $source contains raw file data instead of a filepath #16

Closed CoreTex closed 6 years ago

CoreTex commented 6 years ago

When you copy the resource from flownative gcloud to flownative s3 adapter with the following command:

./flow resource:copy --publish persistent tmpNewCollection

it results in:

Exception #1362564220 in line 401 of /…/Flownative_Aws_S3_S3Storage.php:
Specified invalid hash to setSha1()
kdambekalns commented 6 years ago

Looked at it again, and it must be an URI or a resource, not raw data.