Parse QueryParams when building S3Uri from AWS CLI Style format #5246
Labels
feature-request
A feature should be added or improved.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 10 days.
Describe the feature
Seems like query parameters are not parsed when building an
S3Uri
from aws cli style uris e.g.s3://bucket/key?versionId=
.Use Case
Currently it seems I cannot build an S3Uri containing a versionId using
S3Utilities
when my uris are under s3 scheme (e.g.s3://bucket/key?versionId=
). However, when the same uri is under http scheme, the same class will build the query parameters correctly. I think the library should support passing query parameters with cli style uris.Proposed Solution
method
Other Information
No response
Acknowledgements
AWS Java SDK version used
2
JDK version used
20
Operating System and version
macOS
The text was updated successfully, but these errors were encountered: