s3utilities / UploadFiletoS3 / 0.1.1
README.md
Use this algorithm to upload a file to a bucket in S3. You can specify a data api url or any url to fetch the file from. You can optionally specify a prefix in the bucket. src bucket, file url and creds are required.
The credentials file seen in the sample input below has the following structure (in Json):
{ "access_key":"ACCESS_KEY", "secret_key":"SECRET_KEY" }