arc
arc copied to clipboard
Direct to S3 Uploads
TODO:
- [x] Respect content-disposition and content-type headers when storing remote files.
- [x] Allow specifying min and max file sizes
Docs: https://github.com/stavro/arc/wiki/Direct-to-S3-Uploads
I would like to replace this with https://github.com/CargoSense/ex_aws/pull/249
@stavro looks like they closed that? any idea on how to move forward?
@stavro What do you think of removing the wiki page? Its confussing to have a wiki page in the repo without the functionality working.
@stavro That PR has been closed due to inactivity.
@stavro ex-aws/ex_aws#249 get's closed, what is the future for this? I tested the direct-to-s3
branch and it's working, I only have to change the action
in HtmlUploadForm
, since I'm using digitaloceanspaces.
I've created a PR on ex_aws_s3
for this.
Still waiting a response from them