0

I am following the AWS documentation for working with AWS S3 tables : https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-getting-started.html

How ever, when i try to command as described in the tutorial

aws s3tables create-namespace \ --table-bucket-arn arn:aws:s3tables:us-west-2:XXXXXXXX:bucket/XXXXX-s3-table-bucket \ --namespace XXXXXX_namespace

i get the following error:

aws: error: argument command: Invalid choice, valid choices are:

My setup:

AWS CLI Version: aws-cli/2.17.46 Python/3.11.9 Windows/10 exe/AMD64

Can anyone help me understand what i might be missing?

Thanks in advance!

4
  • The backslash characters are being used as line continuation characters for Unix-like shells here. On Windows they won't work, you can just put everything on one line and skip over the backslashes. Commented Feb 27 at 22:41
  • I tried that removing back slashes, its same issue - aws s3tables create-namespace --table-bucket-arn arn:aws:s3tables:us-west-2:XXXXXXXXX:bucket/XXXXXX-s3-table-buck et --namespace my_namespace Commented Feb 28 at 17:29
  • 2
    S3 Tables are a relatively new feature. Update your version of the AWS CLI and see if that fixes things. Commented Mar 2 at 22:38
  • After upgrading AWS CLI to latest version, I am able to access S3 tables from CLI. Commented Mar 13 at 22:31

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.