Sean Stavropoulos
Sean Stavropoulos
Ah - Thanks @davidkuhta. As I currently have it, the "filename" should **not** include the extension, because different versions of a file may have different extensions. (i.e. you may want...
To be honest I haven't worked with UUIDs in Ecto yet, and you're right. The use cases I have built Arc with were mostly geared towards adding attachments or images...
What region is the bucket in?
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.
@JoshSmith I have direct-to-s3 uploads working locally. I'll push it to `Arc` soon.
@SuperDisk I highly recommend sticking to multipart file uploads rather than JSON. This is trivial with Angular and most other frontend clients. Uploading files via JSON is using the wrong...
@JoshSmith Here's an open branch: https://github.com/stavro/arc/pull/125 Here's some documentation: https://github.com/stavro/arc/wiki/Direct-to-S3-Uploads Feel free to start playing with it, though I have a lot more to document. Especially surrounding content disposition.
Duplicate of: https://github.com/stavro/arc_ecto/issues/4 This has a temporary solution you can use
thanks! if ex_aws solves the domain issue let's definitely use their implementation. When I built arc, ex_aws couldnt generate the proper host names adequately.
> Also adding virtual_host: true solves it too. If adding `virtual_host: true` within Arc solves this issue - how would exposing that same method from ExAws make this easier? You'll...