Aws-sdk-java-v2: URL Presigners

Created on 19 Nov 2018  路  13Comments  路  Source: aws/aws-sdk-java-v2

This issue tracks the 2.x implementation of equivalent functionality to the 1.11.x presigned URLs in S3, Polly, etc.

1.11.x Parity feature-request

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

All 13 comments

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?:

https://github.com/aaronanderson/aws-java-sdk-v2-utils

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?

thanks @debora-ito
Is it possible to update the changelog please ?
Thank you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jhovell picture jhovell  路  4Comments

EthanStandel picture EthanStandel  路  3Comments

millems picture millems  路  6Comments

aeons picture aeons  路  4Comments

shorea picture shorea  路  4Comments