📜  如何在 aws cli 中创建 s3 存储桶 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:32.535000             🧑  作者: Mango

代码示例3
aws s3 mb s3://bucket_name
#bucket_name is user defined. It will be created at S3 storage.
# bucket_name should not be duplicate.