зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
11 строки
420 B
Plaintext
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
|