mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-26 06:57:25 +00:00
Version 3.9.1
This commit is contained in:
@@ -2013,3 +2013,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* fix: set scanning details locally to avoid cached values by @harshavardhana in #18092
|
* fix: set scanning details locally to avoid cached values by @harshavardhana in #18092
|
||||||
* fix: check post policy like AWS S3 by @jiuker in #18074
|
* fix: check post policy like AWS S3 by @jiuker in #18074
|
||||||
* site replication: allow setting bandwidth default for bucket by @poornas in #18062
|
* site replication: allow setting bandwidth default for bucket by @poornas in #18062
|
||||||
|
|
||||||
|
[3.9.1]
|
||||||
|
* Update minio to 2023-09-30T07-02-29Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-09-30T07-02-29Z)
|
||||||
|
* Fixes an issue with multipart objects with multiple versions, due to rename2() optimization being incorrectly used
|
||||||
|
* AbortMultipartUpload() is now idempotent, much like AWS S3.
|
||||||
|
|
||||||
|
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.9.0",
|
"version": "3.9.1",
|
||||||
"upstreamVersion": "2023-09-27T15-22-50Z",
|
"upstreamVersion": "2023-09-30T07-02-29Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
Reference in New Issue
Block a user