Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

11 строки
420 B
Plaintext

https://docs.aws.amazon.com/cli/latest/reference/s3api/index.html
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html
list buckets
https://docs.aws.amazon.com/cli/latest/reference/s3api/list-buckets.html
aws s3api list-buckets --query "Buckets[].Name"
create bucket
https://docs.aws.amazon.com/cli/latest/reference/s3api/create-bucket.html
aws s3api create-bucket --bucket nlp-resource-repository