s3utilities / ListKeys / 0.1.0
README.md
This algorithm lists all files in an AWS S3 bucket. There is an optional "prefix" parameter to allow listing a specific folder.
The credentials file seen in the sample input below has the following structure (in Json):
{ "access_key":"ACCESS_KEY", "secret_key":"SECRET_KEY" }