Closed MikaelSmith closed 4 years ago
Gets bucket size metrics from CloudWatch (AWS) and Stackdriver (GCP) when requesting bucket metadata.
For example
$ wash -c 'meta aws/eso/resources/s3/my-bucket' AverageSize: 99954524987 Crtime: "2019-06-21T18:03:13Z" HumanSize: 100 GB MaximumSize: 99954524987 MinimumSize: 99954524987 Region: us-west-2 TagSet: null
Resolves #621.
Signed-off-by: Michael Smith michael.smith@puppet.com
Google Storage has a similar thing in Stack Driver: https://cloud.google.com/storage/docs/getting-bucket-information.
Gets bucket size metrics from CloudWatch (AWS) and Stackdriver (GCP) when requesting bucket metadata.
For example
Resolves #621.
Signed-off-by: Michael Smith michael.smith@puppet.com