lbrictson/Download/Upload Cache to S3
Downloads or uploads a directory to s3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upload_or_download | Accepts upload or download | yes | download |
| bucket | Bucket to expect cache file in or upload to | yes | — |
| path | s3 path to upload/download from within bucket, use "/" for root | yes | — |
| local_path | Local path for files to be uploaded from or downloaded to, ./ is current directory | yes | ./ |
| backup_path | A secondary path for downloading only that wil be used if the normal path is found to be empty | yes | — |
| aws_region | AWS region to operate in | yes | — |
| aws_key | AWS access key id | yes | — |
| aws_secret | AWS secret key | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of upload or download |