Code Monkey home page Code Monkey logo

s3tp's Introduction

About (DEPRECATED)

S3TP is an SFTP Server that does pass-through to S3 when provided credentials for an IAM user. This project was deprecated after AWS released a managed SFTP service.

Setup

Build the image and run the migrations against the local database

docker-compose build && \
docker-compose run --rm bin /bin/bash -c "migrate -source file://migrate -database postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable up"

Run the Server

docker-compose up will compile the binary and perform go run since we're using up here the ports will be exposed so that you can actually use connect to the server.

Connect

Use credentials for an IAM user (AWS_ACCESS_KEY/AWS_SECRET_KEY) to connect

> sftp <aws_access_key>@localhost
aws_access_key@localhost's password: <aws_secret_key>

README TODO

Add details about doing remote profiling of the server

s3tp's People

Contributors

davecheney avatar eikenb avatar blankenshipz avatar marksheahan avatar mdlayher avatar fd0 avatar claudiofelber avatar ggriffiniii avatar pborzenkov avatar xiu avatar drjosh9000 avatar s4uliu5 avatar unclejack avatar theraphim avatar faryon93 avatar hochhaus avatar crazed avatar akupas avatar zenazn avatar catalint avatar minusnine avatar xiegeo avatar jblazquez avatar sykesm avatar kothar avatar ottob avatar boomlinde avatar rjocoleman avatar jonathanpittman avatar

Watchers

Adam Durham avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.