mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 08:48:55 +00:00
parent
15e89b78de
commit
cd466ebdd4
13
ChangeLog
13
ChangeLog
@ -1,6 +1,19 @@
|
||||
ChangeLog for S3FS
|
||||
------------------
|
||||
|
||||
Version 1.90 -- 07 Aug, 2021 (major changes only)
|
||||
#1599 - Don't ignore nomultipart when storage is low
|
||||
#1600 - #1602 - #1604 - #1617 - #1619 - #1620 - #1623 - #1624 - Fix POSIX compatibility issues found by pjdfstest
|
||||
#1630 - Fail CheckBucket when S3 returns PermanentRedirect
|
||||
#1640 - #1655 - Do not create zero-byte object when creating file
|
||||
#1648 - Allow arbitrary size AWS secret keys
|
||||
#1668 - #1678 - Fix race conditions
|
||||
#1696 - Set explicit Content-Length: 0 when initiating MPU
|
||||
#1681 - Set CURLOPT_UNRESTRICTED_AUTH when authenticating
|
||||
#1723 - Add jitter to avoid thundering herd
|
||||
#1728 - Loosen CheckBucket to check only the bucket
|
||||
#1729 - Add support for AWS-style environment variables
|
||||
|
||||
Version 1.89 -- 22 Feb, 2021 (major changes only)
|
||||
#1520 - #1525 - #1534 - #1549 - Propagate S3 errors to errno more accurately
|
||||
#1546 - #1559 - Allow writing > 5 GB single-part objects supported by some non-AWS S3
|
||||
|
@ -20,7 +20,7 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT(s3fs, 1.89)
|
||||
AC_INIT(s3fs, 1.90)
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
Loading…
Reference in New Issue
Block a user