aws / aws-sdk-java-v2

The official AWS SDK for Java - Version 2
Apache License 2.0
2.12k stars 804 forks source link

Presigned URL Clients #181

Open shorea opened 6 years ago

shorea commented 6 years ago

Potentially expose some mechanism to execute a raw HTTP request which uses the client stack (retries, metrics, etc). Look into inclusion of presigned URL support in TransferManager (resumable or multipart downloads with Content-Range if thats possible)

gsmachado commented 6 years ago

Hello @dagnir, all, Any update on this feature request? I'm mostly interested in pre-signed support on the TransferManager interface. Thanks.

millems commented 6 years ago

Unfortunately there are no updates on this issue, but we're aware of other customers that also want pre-signed multi-part GETs with retries and pre-signed PUTs with retries in TransferManager. It's on our very-long V2 feature backlog! +1ing this issue, which I've seen that you've already done, will help us demonstrate that it's worth prioritizing.

gsmachado commented 6 years ago

@millems thanks for the feedback!

AlexKorostov commented 5 years ago

Any updates on this? This would be super helpful

rajendrag commented 3 months ago

Any update on this feature request? At least a work around?