Skip to content

v0.46.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 16 Jan 22:08
e9dcc21

🚀 Enhancements

Enable bucket key for reducing the cost of SSE-KMS with Amazon S3 @bkmnaidu (#115)

Signed-off-by: Krishna Mohan Bandi [email protected]

what

  • Allow S3 bucket key to be enabled to reduce the cost of SSE-KMS usage with Amazon S3

why

  • When KMS encryption is enabled for an Amazon S3 bucket, there is a limit on the number of KMS API calls that can be made. Enabling bucket key not only allows to reduce the number of KMS API calls but also reduces the cost of SSE-KMS with Amazon S3.

references

🐛 Bug Fixes

Fix: Change `s3_object_ownership` Description to Reflect All Possible Values @korenyoni (#127)

what

  • Fix s3_object_ownership description to reflect all possible values.

why

  • The s3_object_ownership variable description does not reflect all possible values.

references

  • N/A
Remove unused variable `abort_incomplete_multipart_upload_days` @adamantike (#92)

What

Remove variable abort_incomplete_multipart_upload_days.

Why

The abort_incomplete_multipart_upload_days variable isn't being used since the introduction of lifecycle_rules in #85.

Notes

closes #128