thaiphan / magento2-s3

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

Export command runs successfully, but no files uploaded #41

Closed vdjordjevic closed 6 years ago

vdjordjevic commented 6 years ago

Hello,

I have properly setup policy for my IAM user according to this page: https://aws.amazon.com/blogs/security/writing-iam-policies-how-to-grant-access-to-an-amazon-s3-bucket/.

However, when I run export command, it all goes well, it prints all files to upload, e.g. Uploading import/product.jpg to use S3. But, I can't see any of them on AWS S3 console, neither I can GET any of them (from Postman) using same credentials.

Do you have a clue?

thaiphan commented 6 years ago

Hi @vdjordjevic,

Sometimes you might be uploading to the wrong region! Can you double check that you've configured your region correctly?

Regards,

Thai

thaiphan commented 6 years ago

Closed due to lack of response.