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

s3fs-1.94-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: s3fs Distribution: openSUSE Tumbleweed
Version: 1.94 Vendor: openSUSE
Release: 1.1 Build date: Sat Mar 2 01:59:42 2024
Group: System/Filesystems Build host: i03-armsrv2
Size: 648101 Source RPM: s3fs-1.94-1.1.src.rpm
Packager: http://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

* Thu Feb 29 2024 Julio González Gil <julio@juliogonzalez.es>
  - Update to version 1.94
    * Fixed a bug that mounting with ksmid specified to fail
    * Fixed ordering problem between fdatasync and flush
    * Fixed ListBucket/IAM edge cases
    * Corrected list_bucket to search in stat cache during creating new file
    * Make dir size 4096 not 0
    * Added option free_space_ratio to control cache size
    * Fixed a bug upload boundary calculation in StreamUpload
    * Abort MPU when MPU fails to avoid litter
* 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

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 Apr 27 00:31:59 2024