filestack / filestack-java

Official Java SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://filestack.com
Apache License 2.0
18 stars 18 forks source link

Check for "location_url" during uploads #49

Closed shawnmaten closed 6 years ago

shawnmaten commented 6 years ago

The request to "upload start" may return the field location_url. If this field is not empty, the value of it should be used as the host for all subsequent upload requests (upload, commit, complete) except the call to S3 directly, although I need to confirm that.

shawnmaten commented 6 years ago

Moved to internal tracker: https://filestack.atlassian.net/browse/FS-3348