thaiphan / magento2-s3

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

Logo and Favicon not working #52

Closed rissc closed 5 years ago

rissc commented 6 years ago

Logo and Favicon not uploaded to S3

thaiphan commented 6 years ago

Where are they located on the media folder?

bhouillon commented 6 years ago

Hello,

I have the same problem. Logos and Favicon are located in media folder root in folder "logo"

krishnavardhan78 commented 6 years ago

Hi,

I have the Same problem with Logos and Favicon. Any media content uploaded from "Content->Design->Configuration". not getting uploaded to S3.

vishalsanwar commented 6 years ago

Hello

it shows me https://s3.eu-central-1.amazonaws.com/bucket-name/logo/default/logo_new.png and previously it was: http://xyz.com/pub/media/logo/default/logo_new.png

Even other images is also not showing.

JohnMTrimbleIII commented 6 years ago

I have this problem too.

thaiphan commented 5 years ago

Hi @rissc, @bhouillon, @krishnavardhan78, @vishalsanwar, @JohnMTrimbleIII

Thank you all for your patience.

I have published v2.1.0 of this extension so that we can now upload logos and favicons to S3.

Warning: I introduced a breaking change as part of v2.0.0 so you will need to re-set your Access Key ID and Secret Access Key config settings when you update:

php bin/magento s3:config:set \
    --access-key-id=XXXXXXX \
    --secret-key=XXXXXXX

Feel free to open up a new ticket if you come across any problems.

Regards,

Thai