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

Support S3 Access Grants #9111

Open
2 tasks
simon-vdk opened this issue Nov 29, 2024 · 1 comment
Open
2 tasks

Support S3 Access Grants #9111

simon-vdk opened this issue Nov 29, 2024 · 1 comment
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue s3

Comments

@simon-vdk
Copy link

Describe the feature

Seamlessly integrate S3 access grants, by requesting data access under the hood when operating on doing AWS S3 CLI operations

Use Case

S3 access grants are supported in most SDKs via a plugin (python example)

For now, CLI users need to do a two step process to access data managed by S3 access grants; citing documentation:

Integrating a similar plugin would be very useful; deleting an object managed by S3 access grants would become a straightforward aws s3 rm ...

Proposed Solution

This could be activated via an option

Other Information

No response

Acknowledgements

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

CLI version used

2.15.39

Environment details (OS name and version, etc.)

macOS Ventura (13.6.9)

@simon-vdk simon-vdk added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 29, 2024
@tim-finnigan
Copy link
Contributor

Thanks for the feature request. We can track this for further review and others can add a 👍 to the issue to +1 it.

I think this would need to be reviewed at a cross-SDK level in order to determine the feasibility of a consistent implementation. Also you mentioned that "S3 access grants are supported in most SDKs via a plugin", do you have links to plugins for other SDKs? The Python one is the only one I see when searching for repositories.

@tim-finnigan tim-finnigan added s3 p2 This is a standard priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Dec 3, 2024
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. p2 This is a standard priority issue s3
Projects
None yet
Development

No branches or pull requests

2 participants