Boyan Tabakov
Boyan Tabakov
@dakrone this is not a problem with the server. A server may legitimately return error response early. I.e. precisely when enforcing a limit on upload size. The client should monitor...
I think ideally, clj-http would not throw, but return the server's response (which would probably have status code 413 or something similar).
Indeed, Go currently uses v2 signatures for S3 uploads: https://github.com/sharetribe/sharetribe/blob/master/app/services/s3_uploader.rb#L62 Uploads will only work in S3 regions that were launched before 2014, such as us-east-1, eu-west-1, etc. Until we release...