aws / aws-sdk-go-v2

AWS SDK for the Go programming language.
https://aws.github.io/aws-sdk-go-v2/docs/
Apache License 2.0
2.61k stars 627 forks source link

Adding support of versionId in s3:SelectObjectContent #2580

Closed mappie-grofers closed 6 months ago

mappie-grofers commented 6 months ago

Describe the feature

Ideally select object content should be similar to getObject except it does select on conent. Currently it lacks VersionId support in params.

Use Case

We only want to fetch the required content hence using selectObjectContent. But due to this we are not able to select content from older versions. Please add VersionId support in SelectObjectContent

Proposed Solution

No response

Other Information

No response

Acknowledgements

AWS Go SDK V2 Module Versions Used

github.com/aws/aws-sdk-go-v2/service/s3 v1.40.2

Go version used

1.21

lucix-aws commented 6 months ago

The SDKs cannot field requests of this nature, as we do not own the APIs dictated by the service teams.

We recommend you use the AWS console to open a support ticket to make this request.

github-actions[bot] commented 6 months ago

This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.

mappie-grofers commented 6 months ago

@lucix-aws according to this github issue s3 api has support of versionid https://github.com/aws/aws-sdk-java/issues/2357#issuecomment-644896382. The sdk lacks support of it