From e4affd90ddb555519975441e0cb6eda88cbcd52f Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Fri, 19 Feb 2021 14:12:18 +0900 Subject: [PATCH] Remove incorrect file size limitation References s3fs-fuse/s3fs-fuse#1527. --- SPECS/s3fs-fuse.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/s3fs-fuse.spec b/SPECS/s3fs-fuse.spec index e3f4b18..fda3632 100644 --- a/SPECS/s3fs-fuse.spec +++ b/SPECS/s3fs-fuse.spec @@ -31,8 +31,8 @@ Conflicts: fuse-s3fs %description s3fs is a FUSE file system that allows you to mount an Amazon S3 bucket as a local file system. It stores files natively and transparently in S3 (i.e., -you can use other programs to access the same files). Maximum file size=64GB -(limited by s3fs, not Amazon). +you can use other programs to access the same files). Maximum file size is +5 TB when using multipart upload. s3fs is stable and is being used in number of production environments, e.g., rsync backup to s3.