fortrabbit / craft-object-storage

A Craft 3 plugin that integrates with fortrabbit's S3 compatible Object Storage
MIT License
3 stars 8 forks source link

AWS PHP SDK bug #15

Closed pixelmachine closed 8 months ago

pixelmachine commented 3 years ago

Hi, the issue https://github.com/aws/aws-sdk-php/issues/2209 is currently breaking the plugin.

I had to downgrade AWS as per https://github.com/thephpleague/flysystem-aws-s3-v3/issues/250#issuecomment-803580076 for the object storage to connect from Craft.

ostark commented 3 years ago

Untested so far:

composer require fortrabbit/craft-object-storage:dev-hotfix/fix-aws-sdk-dependency
ostark commented 3 years ago

This fix 👆️ is probably not needed once this is released: https://github.com/aws/aws-sdk-php/pull/2214