[pkg-go] Bug#916578: ITP: goofys -- a high-performance, POSIX-ish Amazon S3 file system written in Go
Ilya Konstantinov
ilya.konstantinov at gmail.com
Sun Dec 16 07:54:40 GMT 2018
Package: wnpp
Severity: wishlist
Owner: Ilya Konstantinov <ilya.konstantinov at gmail.com>
* Package name : goofys
Version : 0.19.0+git20181015.635cbfe-1
Upstream Author : Ka-Hing Cheung
* URL : https://github.com/kahing/goofys
* License : Apache-2.0
Programming Lang: Go
Description : a high-performance, POSIX-ish Amazon S3 file system written in Go
Goofys is a high-performance, POSIX-ish Amazon S3
(https://aws.amazon.com/s3/) file system written in Go
.
It's a Filey System instead of a File System because goofys strives
for performance first and POSIX second. Particularly things that
are difficult to support on S3 or would translate into more than one
round-trip would either fail (random writes) or faked (no per-file
permission). Goofys does not have an on disk data cache, and
consistency model is close-to-open.
More information about the Pkg-go-maintainers
mailing list