问题
Is it possible to get the ARN of an S3 bucket via the AWS command line?
I have looked through the documentation for aws s3api ...
and aws s3 ...
and have not found a way to do this.
回答1:
It's always arn:aws:s3:::NAME-OF-YOUR-BUCKET
. If you know the name of the bucket, you know the ARN. No need to 'get' it from anywhere.
回答2:
You can also select your S3 bucket ARN by selecting it using the tick mark at the s3 management console, which will pop up a Side bar. where there is a provision to copy your S3 bucket ARN.S3 management console with bucket ARN
来源:https://stackoverflow.com/questions/41253054/get-arn-of-s3-bucket-with-aws-cli