Boavizta / cloud-scanner

📡 Get Boavizta impact data for your aws cloud account usage.
GNU Affero General Public License v3.0
32 stars 7 forks source link

Add inventory of S3 buckets #420

Open demeringo opened 5 months ago

demeringo commented 5 months ago

Problem

S3 inventory is not yet taken into acccount. We need it to later implement #336

Solution

Define a format and develop inventory of S3 buckets

Alternatives

Additional context or elements

demeringo commented 1 month ago

https://crates.io/crates/s3du/1.0.0

demeringo commented 1 month ago

https://github.com/durch/rust-s3

demeringo commented 1 month ago

Example of using aws sdk with credentials not from the envt : https://nickb.dev/blog/access-public-and-private-b2-s3-buckets-in-rust/