-
Notifications
You must be signed in to change notification settings - Fork 863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL Presigners #849
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. #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: 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. 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 |
This issue tracks the 2.x implementation of equivalent functionality to the 1.11.x presigned URLs in S3, Polly, etc.
The text was updated successfully, but these errors were encountered: