rtweeks / s3-sysbackup

An AWS S3-backed, Unix-philosophy backup system
Other
1 stars 0 forks source link

Allow the backup auditor role to browse in AWS S3 console #17

Closed rtweeks closed 3 years ago

rtweeks commented 3 years ago

To view the bucket in the AWS console, the auditor needs to be able to list the bucket with an empty string prefix and the slash delimiter.

The auditor also needs to be able to verify the existence of the correct snapshots and to verify retention settings of any object in the bucket.

Closes #5