From 03435a05d39775dc36b65b4b61be272363fafb13 Mon Sep 17 00:00:00 2001 From: adranwit Date: Sun, 22 Sep 2019 07:24:22 -0700 Subject: [PATCH] Added abstract file storage (file,scp,gs,s3,mem) (#2727) * Added ptrie * added abstract file storage * Add croc (#2704) * Add gnet to the networking section (#2715) * add bigfile (#2720) * feat: add bigfile project * feat: add bigfile project * Add rest-go (#2716) * added Abstract File Storage (mem, scp, zip, tar, cloud: s3, gs) for Go * added Abstract File Storage (mem, scp, zip, tar, cloud: s3, gs) for Go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f728a22..c0f0b70d 100644 --- a/README.md +++ b/README.md @@ -647,6 +647,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for handling files and file systems.* * [afero](https://github.com/spf13/afero) - FileSystem Abstraction System for Go. +* [afs](https://github.com/viant/afs) - Abstract File Storage (mem, scp, zip, tar, cloud: s3, gs) for Go. * [bigfile](https://github.com/bigfile/bigfile) - A file transfer system, support to manage files with http api, rpc call and ftp client. * [checksum](https://github.com/codingsince1985/checksum) - Compute message digest, like MD5 and SHA256, for large files. * [flop](https://github.com/homedepot/flop) - File operations library which aims to mirror feature parity with [GNU cp](https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html).