Bug fix and feature release
harshavardhana
released this
02 Feb 23:06
·
1823 commits
to master
since this release
Highlights
- Rewrite
mirror
to be simpler no more--watch
command mirror defaults towatch
behavior and doesn't store any session files. - Support S3 Transfer Acceleration URL
- Support for fully normalized unicode characters.
- Preserve metadata properly while doing
mirror
andcp
. - Allow deleting of objects which end with '/'.
- Add
policy links
command to generate public URLs for readonly buckets.
ChangeLog
- mirror: Avoid session and enable continuous mirror (#1992) (2 days ago)
- Allow saving accessKey, secretKey which is empty. (#1990) (8 days ago)
- Add build support for pine64 (#1987) (8 days ago)
- Mirror: normalize keys before comparing (#1978) (9 days ago)
- client: S3 and Admin clients should have TLSConfig. (#1977) (10 days ago)
- cli: update with urfave/cli changes (#1968) (2 weeks ago)
- sort output of mc config host list (#1959) (3 weeks ago)
- links: Print encoded form of public URLs (#1947) (4 weeks ago)
- Enable support for s3 transfer acceleration. (#1946) (4 weeks ago)
- api: StatObject if listing returned missing file. (#1945) (4 weeks ago)
- Add policy links command (#1943) (4 weeks ago)
- session: Validate session config header version. (#1940) (5 weeks ago)
- Simplify loading config and use config loader with version check. (#1939) (5 weeks ago)
- rm: Allow delete of objects with / at the end. (#1937) (5 weeks ago)
- enable static build releases with CGO_ENABLED=0 (#1935) (6 weeks ago)
- mirror/cp/pipe: Preserve metadata while copying s3 to s3. (#1927) (7 weeks ago)
- mirror: --remove should properly remove files on target. (#1926) (7 weeks ago)