Improvements
Fixes a bug with the S3 operations affecting @conda
with some S3 providers
This release fixes a bug with the @conda
bootstrapping process. There was an issue with the ServerSideEncryption
support, that affected some of the S3 operations when using S3 providers that do not implement the encryption headers (for example MinIO).
Affected operations were all that handle multiple files at once:
get_many / get_all / get_recursive / put_many / info_many
which are used as part of bootstrapping a @conda
environment when executing remotely.
What's Changed
- fix: s3 op bug with ServerSideEncryption by @saikonen in #1479
- Bump version to 2.9.9 by @saikonen in #1480
Full Changelog: 2.9.8...2.9.9