feat(upload): Client Side S3 upload #121
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Wondering if this is in the roadmap....
hm
Note, for Amazon S3 support (or other APIs which expect just streaming the file), you may need an option for disabling multipart form encoding.
See this parallel effort in
angular-file-upload(Angular1) https://github.com/nervgh/angular-file-upload/pull/602and the related S3 corruption issue that it solves: https://github.com/nervgh/angular-file-upload/issues/382
Note: #224 should allow you to upload to Amazon S3 using pre-signed URLs. It's essentially the same fix that was applied to
angular-file-upload(for Angular 1) as noted above.