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

s3tables Command Not Found in AWS CLI #9120

Closed
1 task
soumilshah1995 opened this issue Dec 3, 2024 · 2 comments
Closed
1 task

s3tables Command Not Found in AWS CLI #9120

soumilshah1995 opened this issue Dec 3, 2024 · 2 comments
Assignees

Comments

@soumilshah1995
Copy link

Describe the bug

Description
I tried to use the s3tables command with the AWS CLI, but it resulted in an error indicating that the command is not recognized.
Steps to Reproduce

Run the following command:

aws s3tables list-table-buckets

Observe the error output:

aws: error: argument command: Invalid choice, valid choices are:  
... (list of valid AWS CLI commands) ...

Expected Behavior
The s3tables command should execute successfully, allowing me to list table buckets in S3 (if this is a valid feature).
Actual Behavior
The CLI returns an error indicating that s3tables is not a valid command.
Environment
AWS CLI Version: 2.21.2
Python Version: 3.12.6
Operating System: Linux/6.1.112-124.190.amzn2023.x86_64 (AWS CloudShell)

Additional Context

I could not find documentation or information about the s3tables command in the AWS CLI reference. Is this a deprecated, custom, or region-specific feature?
If this command is part of a plugin or requires additional setup, please provide guidance or documentation to enable it.

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

$ aws s3tables list-table-buckets | jq .tableBuckets[].arn
"arn:aws:s3tables:us-east-2:123456789012:bucket/jbarr-table-bucket-1"
"arn:aws:s3tables:us-east-2:123456789012:bucket/jbarr-table-bucket-2"

Current Behavior

aws: error: argument command: Invalid choice, valid choices are:
... (list of valid AWS CLI commands) ...

Reproduction Steps

..........

Possible Solution

..........

Additional Information/Context

..........

CLI version used

2.21.2

Environment details (OS name and version, etc.)

Mac

@soumilshah1995 soumilshah1995 added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Dec 3, 2024
@tim-finnigan tim-finnigan self-assigned this Dec 3, 2024
@tim-finnigan tim-finnigan added the investigating This issue is being investigated and/or work is in progress to resolve the issue. label Dec 3, 2024
@tim-finnigan
Copy link
Contributor

tim-finnigan commented Dec 3, 2024

Thanks for reaching out. It looks like support for s3tables was just added in version 2.22.10. I just tested and confirmed it is working on 2.22.10. Here is the documentation: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3tables/index.html. Please try updating your version of the AWS CLI and let us know if you run into any issues.

Copy link

github-actions bot commented Dec 3, 2024

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.

@tim-finnigan tim-finnigan removed bug This issue is a bug. investigating This issue is being investigated and/or work is in progress to resolve the issue. 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
None yet
Projects
None yet
Development

No branches or pull requests

2 participants