Version 1.52.0
This commit is contained in:
parent
3618aa0f9e
commit
b03de0c6f2
|
@ -288,3 +288,8 @@
|
||||||
* s3: Encode StartAfter when encoding type is passed (#7281) (02/25/19)
|
* s3: Encode StartAfter when encoding type is passed (#7281) (02/25/19)
|
||||||
* s3: Add support of encodingType parameter (#7265) (02/24/19)
|
* s3: Add support of encodingType parameter (#7265) (02/24/19)
|
||||||
|
|
||||||
|
[1.52.0]
|
||||||
|
* Update minio to 2019-03-06T22-47-10Z
|
||||||
|
* Added support for temporary credentials for minio users via AssumeRole API. See here for details.
|
||||||
|
* Miscellaneous bugfix improvements in areas such as snappy compression, copyobjectpart, listobjects performance and detecting mountpoints.
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "1.51.0",
|
"version": "1.52.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Minio <upstream>2019-02-26T19-51-46Z</upstream>.
|
This app packages Minio <upstream>2019-03-06T22-47-10Z</upstream>.
|
||||||
|
|
||||||
Minio is a distributed object storage server built for cloud applications and devops.
|
Minio is a distributed object storage server built for cloud applications and devops.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue