1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-10-18 00:45:23 +00:00

Version 1.121.0

This commit is contained in:
Girish Ramakrishnan
2020-07-21 13:09:20 -07:00
parent 00093d376c
commit 989e9102d4
4 changed files with 12 additions and 3 deletions

View File

@@ -535,3 +535,11 @@
* Federated setups now automatically figure out the online server to proxy the requests to.
* S3 BucketLifecycle API compatibility fixes.
* Quota checks now run continously piggy backing on the crawler.
[1.121.0]
* Update minio to 2020-07-20T02-25-16Z
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-20T02-25-16Z)
* SSE-C key rotation issue in CopyObject caused by a compatibility fix in previous release, refer #10085
* Lifecycle AWS S3 API compatibility fixes #10083 #10084
* Change TCP timeouts for incoming connections, internode is kept aggressive as necessary.