Skip to content

fs3l/tt-s3fs

 
 

Repository files navigation

Installation

  • On Linux, ensure you have all the dependencies:

Create a bucket: http://www.whiteboardcoder.com/2017/12/how-to-mount-s3-bucket-as-hard-drive.html

On Ubuntu 14.04:

sudo apt-get install automake autotools-dev fuse g++ git libcurl4-gnutls-dev libfuse-dev libssl-dev libxml2-dev make pkg-config

On CentOS 7:

sudo yum install automake fuse fuse-devel gcc-c++ git libcurl-devel libxml2-devel make openssl-devel

Then compile from master via the following commands:

git clone https://github.com/s3fs-fuse/s3fs-fuse.git
cd s3fs-fuse
./autogen.sh
./configure
make
sudo make install
$ brew cask install osxfuse
$ brew install s3fs

Modifications

So far, there would be a printting out of parameters when writing any files. The output would appear in /output.txt

About

FUSE-based file system backed by Amazon S3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.5%
  • Shell 5.6%
  • M4 1.5%
  • Other 1.4%