Skip to content

Commit

Permalink
Remove incorrect file size limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul authored and juliogonzalez committed Feb 19, 2021
1 parent edec12e commit e4affd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPECS/s3fs-fuse.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e4affd9

Please sign in to comment.