google / cloud-forensics-utils

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

Support uploading objects to an S3 bucket with server-side encryption #301

Closed hiddenillusion closed 3 years ago

hiddenillusion commented 3 years ago

The functionality that currently exists within S3.Put() does not support uploading objects with server-side encryption (e.g., --sse AES256).

In some scenarios, bucket policies require the SSE parameter or the upload will be denied. In said scenarios, this would be a blocker as said functionality doesn't currently exist in the code base.