8000 GitHub - spreadshirt/f3: f3 is a bridge between FTP and an s3-compatible object storage.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

spreadshirt/f3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

f3

Build Status

f3 is a bridge that acts like an FTP server which accepts files but transfers them into an s3 bucket, instead of writing them to disk.

Installation

make install

If you need help, run: f3 -h.

Example

$ f3 --features="ls,put,rm,get" --no-overwrite --ftp-addr 127.0.0.1:2121 --s3-region eu-central-1 --s3-credentials 'accesskey:secret' --s3-bucket 'https://<f3.somewhere.com>' ./ftp-credentials.txt

Development

Make sure that a go 1.7+ distribution is available on your system.

$ git clone github.com/spreadshirt/f3.git
$ cd f3
$ s/make [test|clean|docker]
  • s/make lint requires golint which can be installed by running: go get -u github.com/golang/lint/golint

About

f3 is a bridge between FTP and an s3-compatible object storage.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0