thaiphan / magento2-s3

Use Amazon S3 as the file storage solution for your Magento 2 application
MIT License
142 stars 95 forks source link

Folder contentmanager/content not saving #66

Closed rdesharnais closed 5 years ago

rdesharnais commented 5 years ago

When I change an image that is stored in the pub/media/contentmanager/content/ it is saved in Magento but not in S3. Which in turn gives me a 404 error when reloading the image...

Thanks!

thaiphan commented 5 years ago

Hey @rdesharnais

You need to contentmanager as an allowed resource in Magento 2. This can be done via a config file.

I have an example of what you need to do below:

https://github.com/magento/magento2/pull/12187

I hope that helps.

Regards,

Thai