Skip to content
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

Open
harshadshb opened this issue Aug 25, 2014 · 4 comments
Open

AWS S3 uploading issue #77

harshadshb opened this issue Aug 25, 2014 · 4 comments

Comments

@harshadshb
Copy link

Sometimes the debug log says an image is uploaded to S3, while it is not.

@netoramalho
Copy link

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
Automattic/knox#66

@fyyyyy
Copy link

fyyyyy commented Jan 7, 2015

I have this issue when i create a bucket that is NOT us-standard region. Using "version": "0.2.7"
Despite setting the region in the config, e.g. eu-central-1, imager seems only to work with us-standard region buckets.
There is no error thrown by imager, the image seems to be uploaded but isn't actually there.

@mkyung
Copy link

mkyung commented Jul 2, 2015

Having the same issue on 0.4.0 as well

@mkyung
Copy link

mkyung commented Jul 2, 2015

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 Bad Request) to Knox, but Knox does not throw Error, causing Imager to treat the case as normal.

Looks like it is the issue of Knox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants