「S3」- 常见问题处理

图形化管理端(GUI Manager)

GitHub/cloudlena/s3manager

GitHub – cloudlena/s3manager: A Web GUI for your S3 buckets

图形化客户端 | GUI Client

S3 Browser | Windows | 推荐

https://s3browser.com/

# 04/25/2025 首次安装并适用,能够满足我们的场景。

dragondisk | Windows | Mac OS X | Linux

http://www.dragondisk.com/

版本较旧

Explorer for Amazon S3 Windows

http://www.cloudberrylab.com/free-amazon-s3-explorer-cloudfront-IAM.aspx

收费版、免费版

ExpanDrive – Amazing Software for Cloud Storage

https://www.expandrive.com/

cyberduck | Windows | Mac OS X | Linux

https://cyberduck.io/

命令行客户端 | Command Line Interface

AWS CLI

put-object — AWS CLI 1.25.22 Command Reference

Using aws-cli with our S3 – Using and Operating Ceph

$> yum install awscli
$> aws configure
AWS Access Key ID [None]: <your access key>
AWS Secret Access Key [None]: <your secret key>
Default region name [None]:
Default output format [None]:

$> aws --endpoint-url=http://s3.cern.ch s3api list-buckets
...

$> aws --endpoint-url=http://s3.cern.ch s3api put-object \
    --bucket <bucketname> --key <file-path-in-s3> --body </path/to/file>

s5cmd

GitHub – peak/s5cmd: Parallel S3 and local filesystem execution tool.

在 Rook Ceph 中,其 Tools 容器提供该命令作为 S3 的客户端,用于文件对象的操作;

s3cmd

GitHub – s3tools/s3cmd: Official s3cmd repo — Command line tool for managing Amazon S3 and CloudFront services

例如,为 Bucket 设置策略;