FUSE-based single file backing store via Amazon S3
http://s3backer.googlecode.com/
s3backer is a filesystem that contains a single file backed by the Amazon
Simple Storage Service (Amazon S3). As a filesystem, it is very simple:
it provides a single normal file having a fixed size. Underneath, the
file is divided up into blocks, and the content of each block is stored
in a unique Amazon S3 object. In other words, what s3backer provides is
really more like an S3-backed virtual hard disk device, rather than a
filesystem.
In typical usage, a `normal' filesystem is mounted on top of the file
exported by the s3backer filesystem using a loopback mount (or disk image
mount on Mac OS X).
- Developed at filesystems
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/s3backer && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
s3backer-2.0.2.tar.gz | 0000498055 486 KB | |
s3backer.changes | 0000009554 9.33 KB | |
s3backer.spec | 0000002624 2.56 KB |
Revision 25 (latest revision is 29)
Richard Brown (RBrownFactory)
accepted
request 989756
from
Archie Cobbs (archie172)
(revision 25)
- Fix build on older systems that don't have libzstd. - Upgrade to release 2.0.2 + Fixed bugs with the --nbd flag when not also using -f flag (issue #188) + Fixed free() of invalid pointer bug in zero_cache.c (issue #191) + Added support for zstd compression (pr #187)
Comments 0