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

Image Uploading on S3 not working #22

Open
kexoth opened this issue Apr 21, 2016 · 3 comments
Open

Image Uploading on S3 not working #22

kexoth opened this issue Apr 21, 2016 · 3 comments

Comments

@kexoth
Copy link

kexoth commented Apr 21, 2016

Hello @stavro

I'm quite new to Phoenix & I liked your 2 libraries arc & arc_ecto, since they make it quite straightforward the whole process of uploading images on S3.

However for the past couple of days I couldn't make it to work & I don't know how to debug it, since I'm getting nothing useful in the stack-trace about possible issues.

I followed your implementation process & when I upload the image what I get as a response is that I have no image selected although the image is actually in it's temporary directory on the server.

This is a gist of the relevant code of my implementation of your library.

The versions of the libraries that I use are

  {:ex_aws, "~> 0.4.18"},
  {:httpoison, "~> 0.8.3"},
  {:arc_ecto, "~> 0.3.2"}

Any advice and insight is welcome,

Thanks!
@kexoth

@stavro
Copy link
Owner

stavro commented Apr 26, 2016

What region is the bucket in?

@kexoth
Copy link
Author

kexoth commented Apr 26, 2016

The bucket is in eu-central-1 (Frankfurt).

@stavro
Copy link
Owner

stavro commented Apr 26, 2016

Can you test for me with a bucket in US Standard just to isolate the behavior? There are some quirks with alternate regions I haven't been able to pindown yet.

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

No branches or pull requests

2 participants