1个稳定版本
1.0.0 | 2021年10月27日 |
---|
#43 in #aws-cli
71KB
2K SLoC
S3审计
S3审计是一个工具,可报告AWS账户内S3存储桶的各个方面。
安装
cargo install s3audit
用法
AWS凭证将从环境变量中获取,建议使用类似aws-vault
的工具运行s3audit
。
# Report on all buckets
s3audit
# Report on all buckets with output in CSV format
s3audit --format=csv
# Enable only a few specific audits
s3audit --disable-check=all --enable-check=acl --enable-check=encryption
# Disable coloured output
env NO_COLOR=1 s3audit
最低支持的Rust版本 (MSRV)
v1.51.0
许可协议
根据您的选择,许可协议为以下之一
- Apache License,版本2.0 (LICENSE-APACHE或https://www.apache.org/licenses/LICENSE-2.0)
- MIT协议 (LICENSE-MIT或https://opensource.org/licenses/MIT)
。
贡献
除非您明确声明,否则任何有意提交以包含在作品中并由您定义的Apache-2.0许可协议中的贡献,均应按上述方式双许可,没有任何额外的条款或条件。
依赖关系
~24–37MB
~637K SLoC