sai-sharan/AWS S3 Sync Github Action
Syncs directories and S3 prefixes using the aws s3 sync CLI command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access_key | Access key of a user with necessary S3 permissions | yes | — |
| secret_access_key | Secret access key of a user with necessary S3 permissions | yes | — |
| region | Region in which the bucket was created | no | us-east-1 |
| source | Source directory/prefix that you want to sync | no | — |
| destination_bucket | Destination S3 bucket where you want to sync the source | yes | — |
| destination_prefix | S3 prefix in the destination bucket where you want to sync the source | no | — |
| exclude | (string) Exclude all files or objects from the command that matches the specified pattern. | no | — |
| delete | (boolean) Files that exist in the destination but not in the source are deleted during sync. | no | true |
| quiet | (boolean) Does not display the operations performed from the specified command. | no | — |
Outputs
no outputs