moffettdata/eonx-com/actions-s3-copy
Copy files to AWS S3 buckets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| AWS_ACCESS_KEY_ID | AWS credentials key ID for destination bucket | yes | — |
| AWS_SECRET_ACCESS_KEY | AWS credentials secret for destination bucket | yes | — |
| AWS_REGION | AWS region | yes | — |
| SOURCE_PREFIX | Search filename prefix | yes | — |
| SOURCE_SUFFIX | Search filename suffix | yes | — |
| DESTINATION_BUCKET | Destination S3 bucket | yes | — |
| DESTINATION_PREFIX | Destination filename prefix | no | "" |
| DESTINATION_SUFFIX | Destination filename suffix | no | "" |
| TIMESTAMP | Boolean flag, if true will append timestamp to end of filename | yes | false |
Outputs
no outputs