Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phawk/ftp_to_aws_s3
https://github.com/phawk/ftp_to_aws_s3
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phawk/ftp_to_aws_s3
- Owner: phawk
- License: mit
- Created: 2017-02-26T21:43:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T07:16:33.000Z (almost 8 years ago)
- Last Synced: 2024-10-25T01:39:40.432Z (2 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FTP to AWS S3
**Simple script to copy all items from an FTP location to an S3 bucket**
#### Usage
```sh
$ bundle install
$ cp .env.sample .env
$ ruby run.rb
```## License
See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).