Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / fusefs-s3backer / pkg-descr
1 s3backer is a filesystem that contains a single file backed by the
2 Amazon Simple Storage Service (Amazon S3). As a filesystem, it is
3 very simple: it provides a single normal file having a fixed size.
4 Underneath, the file is divided up into blocks, and the content of
5 each block is stored in a unique Amazon S3 object. In other words,
6 what s3backer provides is really more like an S3-backed virtual
7 hard disk device, rather than a filesystem.
8
9 In typical usage, a normal filesystem is mounted on top of the file
10 exported by the s3backer filesystem using a loopback mount (or disk
11 image mount on Mac OS X).
12
13 By not attempting to implement a complete filesystem, which is a
14 complex undertaking and difficult to get right, s3backer can stay
15 very lightweight and simple. Only three HTTP operations are used:
16 GET, PUT, and DELETE. All of the experience and knowledge about
17 how to properly implement filesystems that already exists can be
18 reused.
19
20 By utilizing existing filesystems atop s3backer, you get full UNIX
21 filesystem semantics. Subtle bugs or missing functionality relating
22 to hard links, extended attributes, POSIX locking, etc. are avoided.
23
24 WWW: https://github.com/archiecobbs/s3backer