joutvhu/Download S3
GitHub action to download files from Amazon S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | AWS access key ID. | yes | — |
| aws_secret_access_key | AWS secret access key. | yes | — |
| aws_region | The region to send service requests to. | yes | — |
| aws_bucket | The bucket name containing the files to download. | yes | — |
| source | The directory (or file path) on the bucket to which you want to download. | no | "" |
| target | The local directory (or file path) where files are saved. | no | . |
Outputs
| name | description |
|---|---|
| succeeded | Number of successful files |
| failed | Number of failed files |