google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
464 stars 88 forks source link

Ability to add tags/bucket policy when creating an AWS S3 bucket #300

Closed hiddenillusion closed 3 years ago

hiddenillusion commented 3 years ago

The current implementation of S3.CreateBucket() only allows one to provide a bucket name, region and ACL.

It would be helpful if we were able to supply additional parameters such as Tags and a Bucket Policy.

hiddenillusion commented 3 years ago

looks like each of these would require their own additional request