NEW: Initial release

This commit is contained in:
KF
2024-04-19 14:09:45 +08:00
commit 122fe95f95
16 changed files with 233 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# Generate inventory in all regions
echo "BucketName"
aws s3api list-buckets --query Buckets[].Name --output text | sed 's/\t/\n/g'