-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export is not actually uploading images to s3 #15
Comments
@thaiphan additionally my uploads are not being uploaded to S3 after activating the plugin. I dont get any error messages. The credentials have full S3 access. Any ideas what the issue could be? |
Hi @kgoedecke, In the AWS Console, are you in the correct region? If you're in the wrong region, you might not see your bucket or files. Regards, Thai |
@thaiphan Yes should be. Its also requesting the files from the current URL, just the upload doesn't work. |
I am also experiencing the same issue. |
@thaiphan would be great if you can get back to us about this! |
I'm having the same issue here. I did a bit of searching and found a log file at [magento]/var/log/exception.log
I've used a profile with permissions to this specific bucket as well as trying the main admin one as per the documentation -- no change. I'm using the following command to try again which brings up the error again: |
I was having this problem. When I created the bucket, by default it's not allowing public objects, I changed this configuration and now it's working. |
I configured the extension with s3_config.php and it seemed to work just fine. Even the export process throws no errors and shows the upload of multiple files.
But then no files are actually in the S3 bucket. Is there any way to debug this?
The text was updated successfully, but these errors were encountered: