Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

s3fs-1.93-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: s3fs Distribution: openSUSE:Factory:zSystems
Version: 1.93 Vendor: openSUSE
Release: 1.1 Build date: Thu Jul 27 17:40:00 2023
Group: System/Filesystems Build host: s390zp21
Size: 639605 Source RPM: s3fs-1.93-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/s3fs-fuse/s3fs-fuse
Summary: FUSE file system backed by Amazon S3 bucket
FUSE-based file system backed by Amazon S3. Mount a bucket as a local
file system read/write. Store files/folders natively and transparently

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon Jul 24 2023 Julio González Gil <julio@juliogonzalez.es>
  - Update to version 1.93
    * Allow listing implicit directories
    * Fix thread safety issues
* Tue May 23 2023 Julio González Gil <julio@juliogonzalez.es>
  - Update to version 1.92
    * New option: streamupload
    * New option: bucket_size
    * New option: credlib and credlib_ops
    * Enable noobj_cache by default
    * Fixed a bug that regular files could not be created by mknod
    * Added stat information to the mount point
    * Enable notsup_compat_dir by default
    * Set mtime/ctime/atime of all objects as nanosecond
    * Compatibility with OpenSSL 3.0
    * Added proxy and proxy_cred_file option
    * Changed to rename cache files when renaming large files
  - Adjust license to the correct value: GPL-2.0-or-later
* Tue Mar 08 2022 Julio González Gil <julio@juliogonzalez.es>
  - Update to version 1.91 (bsc#1198900)
    * Fix RowFlush can not upload last part smaller than 5MB using NoCacheMultipartPost
    * Fix IAM role retrieval from IMDSv2
    * Add option to allow unsigned payloads
    * Fix mixupload return EntityTooSmall while a copypart is less than 5MB after split
    * Allow compilation on Windows via MSYS2
    * Handle utimensat UTIME_NOW and UTIME_OMIT special values
    * Preserve sub-second precision in more situations
    * Always flush open files with O_CREAT flag
    * Fixed not to call Flush even if the file size is increased
    * Include climits to support musl libc
* Mon Aug 09 2021 Julio González Gil <julio@juliogonzalez.es>
  - Update to version 1.90
    + Don't ignore nomultipart when storage is low
    + Fix POSIX compatibility issues found by pjdfstest
    + Fail CheckBucket when S3 returns PermanentRedirect
    + Do not create zero-byte object when creating file
    + Allow arbitrary size AWS secret keys
    + Fix race conditions
    + Set explicit Content-Length: 0 when initiating MPU
    + Set CURLOPT_UNRESTRICTED_AUTH when authenticating
    + Add jitter to avoid thundering herd
    + Loosen CheckBucket to check only the bucket
    + Add support for AWS-style environment variables
* Mon Aug 09 2021 Julio González Gil <julio@juliogonzalez.es>
  - Update to version 1.90 (bsc#1193236)
    + Don't ignore nomultipart when storage is low
    + Fix POSIX compatibility issues found by pjdfstest
    + Fail CheckBucket when S3 returns PermanentRedirect
    + Do not create zero-byte object when creating file
    + Allow arbitrary size AWS secret keys
    + Fix race conditions
    + Set explicit Content-Length: 0 when initiating MPU
    + Set CURLOPT_UNRESTRICTED_AUTH when authenticating
    + Add jitter to avoid thundering herd
    + Loosen CheckBucket to check only the bucket
    + Add support for AWS-style environment variables
* Wed Feb 24 2021 Julio González Gil <julio@juliogonzalez.es>
  - Update to version 1.89
    + Fix a regression when writing objects larger than 10 GB during periodic
      dirty data flush (on by default).
    + Propagate S3 errors to errno more accurately
    + Allow writing > 5 GB single-part objects supported by some non-AWS S3
    + Allow configuration of multipart copy size and limit to 5 GB
    + Allow configuration of multipart upload threshold and reduce default to
      25 MB
    + Set default stat timeout to 900 seconds correctly
    + Fix data corruption while updating metadata with use_cache
* Mon Jan 11 2021 Julio González Gil <julio@juliogonzalez.es>
  - Update to version 1.88
    + Fixed a bug about move file over limit of ensure space
    + Fix multiple race conditions
    + Dynamically determine whether lseek extended options are supported
    + Add support for deep archive storage class
    + Plug FdEntity leaks
    + Fix use_session_token option parsing
    + Allow 32-bit platforms to upload single-part objects > 2 GB
    + Fix dead lock in disk insufficient and optimize code
    + Ensure environment variable is set when using ECS
    + Do not call put headers if not exist pending meta
    + Do not send SSE headers during bucket creation
    + Add sigv4 only option
    + Add atime and correct atime/mtime/ctime operations
    + Fixed a bug that symlink could not be read after restarting s3fs
    + Periodically flush written data to reduce temporary local storage
    + Added logfile option for non-syslog logging
    + Add AWS IMDSv2 support
    + Fix multiple issues when retrying requests
* Mon Aug 10 2020 Julio González Gil <julio@juliogonzalez.es>
  - Update to version 1.87
    + use correct content-type when complete multipart upload
    + Fixed a bug of stats cache compression
    + Fixed the truncation bug of stat file for cache file
    + Improved strictness of cache file stats(file)
    + Fixed insufficient upload size for mix multipart upload
    + Warn about missing MIME types instead of exiting
    + Not abort process by exception threw from s3fs_strtoofft
    + Support Google Cloud Storage headers
    + Added a parameter to output body to curldbg option
    + Fix renames of open files with nocopyapi option
    + Relink cache stats file atomically via rename
    + Ignore case when comparing ETags
    + Retry with exponential backoff during 500 error
    + Fixed a bug about serializing from cache file
    + Fixed about ParallelMixMultipartUpload
    + Add support for glacier storage class
    + Fixed upload error about mixuploading sparse file and truncating file
    + Added SIGUSR1 option for cache file integrity test
    + Change default stat_cache_expire
* Wed Feb 05 2020 Julio González Gil <julio@juliogonzalez.es>
  - Update to version 1.86
    + enable various optimizations when using modern curl
    + allow SSE-C keys to have NUL bytes
    + add session token support
    + allow large files on 32-bit systems like Raspberry Pi
    + fix data corruption when external modification changes a cached object
    + fix data corruption when opening a second fd to an unflushed file
    + fix clock skew errors when writing large files
    + allow concurrent metadata queries during data operations
    + use server-side copy for partially modified files
    + fix multiple concurrency issues
    + add requester_pays support
    + add symlink cache
    + add intelligent_ia storage tier
* Tue Mar 12 2019 Julio González Gil <julio@juliogonzalez.es>
  - Make COPYING file a license file
  - Update to version 1.85
    + add Backblaze B2
    + Fix typo s/mutliple/multiple/
    + Made instructions for creating password file more obvious.
    + Enable big writes if capable
    + For RPM distributions fuse-libs is enough
    + Add support for storage class ONEZONE_IA.
    + Simplify hex conversion
    + New installation instructions for Fedora >= 27 and CentOS7
    + Improve template for issues
    + Make the compilation instructions generic
    + Replace all mentions to MacOS X to macOS
    + Correct typo
    + Correctly compare list_object_max_keys
    + Allow credentials from ${HOME}/.aws/credentials
    + Replace ~ with ${HOME} in examples
    + Include StackOverflow in FAQs
    + Add icon for s3fs
    + Upload S3 parts without batching
    + Add 'profile' option to command line help.
    + fix multihead warning check
    + Multi-arch support for ppc64le
    + Correct typos in command-line parsing
    + Address cppcheck 1.86 errors
    + Check arguments and environment before .aws/creds
    + [curl] Assume long encryption keys are base64 encoded
    + Update s3fs_util.cpp for correspondence of Nextcloud contype
    + Add Server Fault to FAQs
    + Repair xattr tests
    + Store and retrieve file change time
    + Default uid/gid/mode when object lacks permissions
    + Emit more friendly error for buckets with dots
    + Flush file before renaming
    + Tighten up HTTP response code check
    + Plug memory leak
    + Plug memory leaks
    + Avoid pass-by-value when not necessary
    + Prefer find(char) over find(const char *)
    + Remove unnecessary calls to std::string::c_str
    + Fix comparison in s3fs_strtoofft
    + Prefer HTTPS links where possible
    + Added an error message when HTTP 301 status
    + Ignore after period character of floating point in x-amz-meta-mtime
    + Added a missing extension to .gitignore, and formatted dot files
    + Added detail error message when HTTP 301/307 status
    + Automatic region change made possible other than us-east-1(default)
    + Prefer abort over assert(false)
    + Issue readdir HEAD requests without batching
    + Reference better-known AWS CLI for compatibility
    + Load tail range during overwrite
    + Add test for mv non-empty directory
    + Remove unnecessary string copies
    + Remove redundant string initializations
    + Reverted automatic region change and changed messages
    + Prefer empty over size checks
    + Remove redundant null checks before delete
    + Accept paths with : in them
    + Correct enable_content_md5 docs
    + Correct sigv2 typo
    + Prefer AutoLock for synchronization
    + Remove mirror path when deleting cache
    + Checked and corrected all typo
    + Disable malloc_trim
    + Remove unneeded void parameter
    + Prefer specific [io]stringstream where possible
    + Copy parts in parallel
    + Ensure s3fs compiles with C++03
    + Return not supported when hard linking
    + Repair utility mode
    + Simplify async request completion code
    + Add logging for too many parts
    + Implement exponential backoff for 503
    + Added S3FS_MALLOC_TRIM build switch
    + Added a non-interactive option to utility mode
    + Automatically abort failed multipart requests
    + Update s3ql link
    + Clear containers instead of individual erases
    + Address miscellaneous clang-tidy warnings
    + Upgrade to S3Proxy 1.6.1
    + Document lack of inotify support
    + Fixed code for latest cppcheck error on OSX
    + Wtf8
    + Work around cppcheck warnings
    + Improvement of curl session pool for multipart
    + Increase FdEntity reference count when returning
    + Fix lazy typo
    + Remove from file from stat cache during rename
    + Add instructions for Amazon Linux
    + Changed the description order of man page options
    + Fixed ref-count when error occurred.
    + Make macOS instructions consistent with others

Files

/usr/bin/s3fs
/usr/share/doc/packages/s3fs
/usr/share/doc/packages/s3fs/ChangeLog
/usr/share/doc/packages/s3fs/README.md
/usr/share/licenses/s3fs
/usr/share/licenses/s3fs/COPYING
/usr/share/man/man1/s3fs.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024