https://aws.amazon.com/jp/cli/
コマンド | 内容 |
---|---|
s3 ls | オブジェクトを一覧表示する |
s3 cp | オブジェクトをコピーする |
s3 mb | バケットを作成する |
s3 mv | オブジェクトに一時的にアクセスできるURLを発行する |
s3 rb | バケットを削除する |
s3 rm | オブジェクトを削除する |
s3 sync | ディレクトリとバケット(もしくはその反対)を同期する |
s3 website | バケットのwebsite設定を更新する |
Makefileを参照。
https://github.com/boto/botocore
https://github.com/boto/boto3
使用例: example_boto3.py
https://github.com/aio-libs/aiobotocore
https://github.com/terrycain/aioboto3/
使用例: example_aioboto3.py
https://github.com/jubos/fake-s3
https://github.com/adobe/S3Mock
https://github.com/gaul/s3proxy
https://github.com/minio/minio
https://github.com/localstack/localstack
https://docs.aws.amazon.com/AmazonS3/latest/API/Type_API_Reference.html
https://docs.aws.amazon.com/AmazonS3/latest/API/API_Operations_Amazon_Simple_Storage_Service.html
https://docs.aws.amazon.com/AmazonS3/latest/API/API_Operations_AWS_S3_Control.html
https://docs.aws.amazon.com/AmazonS3/latest/API/API_Types_Amazon_Simple_Storage_Service.html
https://docs.aws.amazon.com/AmazonS3/latest/API/API_Types_AWS_S3_Control.html