Features
Ability to choose server side encryption method for S3 uploads
There is now the possibility to choose which server side encryption method to use for S3 uploads by setting an environment variable METAFLOW_S3_SERVER_SIDE_ENCRYPTION
with an appropriate value, for example aws:kms
or AES256
Improvements
Fixes double quotes with Parameters on Argo Workflows
This release fixes an issue where using parameters on Argo Workflows caused the values to be unnecessarily quoted.
In case you need any assistance or have feedback for us, ping us at chat.metaflow.org or open a GitHub issue.
What's Changed
- feat: ability to use ServerSideEncryption for S3 uploads by @zendesk-klross in #1436
- fix quoting issue with argo by @savingoyal in #1456
- Bump version to 2.9.5 by @saikonen in #1457
New Contributors
- @zendesk-klross made their first contribution in #1436
Full Changelog: 2.9.4...2.9.5