-
Notifications
You must be signed in to change notification settings - Fork 61
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
AWS S3 uploading issue #77
Comments
The same thing happened to me, went to investigate and noticed that the return of s3 was the 307 code, solved the problem by including the region attribute in the configuration |
I have this issue when i create a bucket that is NOT us-standard region. Using |
Having the same issue on 0.4.0 as well |
Here is the detailed description of my issue. I tried uploading the same image to the S3, but sometimes (around 1/5 chance) it fails. Upon investigation S3 returns Error 400 (the message is simply Looks like it is the issue of Knox. |
Sometimes the debug log says an image is uploaded to S3, while it is not.
The text was updated successfully, but these errors were encountered: