georgedavis-ibexlabs/Copy files across S3 buckets, primarily AWS Lambda zip files
Copy files across S3 buckets using GitHub Actions and Python boto3 library
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| SRC_REGION | This is the region of the source S3 bucket | yes | — |
| SRC_BUCKET | This is the name of the source S3 bucket | yes | — |
| SRC_KEY_PREFIX | This is the prefix of the S3 object from the root of the S3 bucket | yes | — |
| SRC_KEY | This is the name of the S3 object that needs to be copied | yes | — |
| DST_REGION | This is the region of the destination S3 bucket | yes | — |
| DST_BUCKET | This is the name of the destination S3 bucket | yes | — |
| LOGLEVEL | Python logging level. Default: INFO | no | INFO |
| LOG_FILENAME | Python logging to file. This is the filename of the log file. Default: debug.log | no | debug.log |
| BOTOCORE_LOGLEVEL | Botocore logging level. Default: INFO | no | INFO |
Outputs
no outputs