This issue tracks the 2.x implementation of equivalent functionality to the 1.11.x presigned URLs in S3, Polly, etc.
Does this mean that in the current version there is no equivalent functionality ? I used this method several times in my existing code base ? What are the plans here ?
Unfortunately there's no equivalent functionality right now. There are some workarounds posted (e.g. https://github.com/aws/aws-sdk-java-v2/issues/868) if you don't want to use 1.11.x, but workarounds aren't ideal.
@millems Can we expect the feature to have a similar API interface like the work around?
@SuhanKoh The API hasn't been designed yet, so it's doubtful that is will be the same.
Third party libs to patch this seem to start cropping up to solve this?:
Any update on this?
@zoraida, si necesitas c贸digo de ejemplo para esto, puedes usar el m铆o:
https://github.com/umccr/igv/blob/umccr/src/main/java/org/broad/igv/util/AmazonUtils.java#L246
Essentially there are ways around this until they include it upstream.
Hi Roman! gr脿cies! de momento voy a intentarlo sin incluir otra nueva dependencia.
I guess you are using S3Presigner from here, isn't?
https://github.com/aaronanderson/aws-java-sdk-v2-utils
Just trying as was suggested on #868
When you implement this, will you add a way to specify maximum or exact object length for presigned PUTs?
Closing to track in #203
any update about this issue?
@DiaGitHub pre-signed urls are now supported in V2: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/presigner/S3Presigner.html
thanks @debora-ito
Is it possible to update the changelog please ?
Thank you
Most helpful comment
Hi Roman! gr脿cies! de momento voy a intentarlo sin incluir otra nueva dependencia.
I guess you are using S3Presigner from here, isn't?
https://github.com/aaronanderson/aws-java-sdk-v2-utils
Just trying as was suggested on #868