Project

s3last

0.0
No commit activity in last 3 years
No release in over 3 years
Download last file on specified bucket
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 5.0
~> 10.0

Runtime

~> 2.0
 Project Readme

S3last

Just install the gem and add export the following env variables to your system.

AWS_ACCESS_KEY_ID=id
AWS_SECRET_ACCESS_KEY=key
AWS_REGION=region-name
AWS_DUMPS_BUCKET=bucket-name

Then just run s3download. The last file from the specified bucket on the AWS_DUMPS_BUCKET will be downloaded to the $HOME/Downloads directory, for now this path is hard coded.