Skip to content
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

Adding support of versionId in s3:SelectObjectContent #2580

Closed
1 of 2 tasks
mappie-grofers opened this issue Mar 27, 2024 · 3 comments
Closed
1 of 2 tasks

Adding support of versionId in s3:SelectObjectContent #2580

mappie-grofers opened this issue Mar 27, 2024 · 3 comments
Labels
feature-request A feature should be added or improved. service-api This issue is due to a problem in a service API, not the SDK implementation.

Comments

@mappie-grofers
Copy link

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Go SDK V2 Module Versions Used

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

Go version used

1.21

@mappie-grofers mappie-grofers added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 27, 2024
@lucix-aws lucix-aws added service-api This issue is due to a problem in a service API, not the SDK implementation. and removed needs-triage This issue or PR still needs to be triaged. labels Mar 27, 2024
@lucix-aws
Copy link
Contributor

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.

@lucix-aws lucix-aws closed this as not planned Won't fix, can't repro, duplicate, stale Mar 27, 2024
Copy link

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
Copy link
Author

mappie-grofers commented Mar 28, 2024

@lucix-aws according to this github issue s3 api has support of versionid aws/aws-sdk-java#2357 (comment). The sdk lacks support of it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. service-api This issue is due to a problem in a service API, not the SDK implementation.
Projects
None yet
Development

No branches or pull requests

2 participants