https://github.com/bandwidth/s3-sync-action
https://github.com/bandwidth/s3-sync-action
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bandwidth/s3-sync-action
- Owner: Bandwidth
- Created: 2022-10-06T14:04:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T23:01:46.000Z (over 1 year ago)
- Last Synced: 2025-01-15T04:19:21.479Z (5 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# s3-sync-action
This action syncs the provided S3 bucket with the contents of the provided path
## Inputs
```yaml
bucket-name:
required: true
description: Desired Bucket Name
bucket-expiration:
required: false
default: '30'
description: Desired Bucket Expiration Time in Days
bucket-region:
required: false
default: 'us-east-2'
description: Desired Bucket AWS Region
bucket-path:
required: false
default: '/'
description: Relative Upload Path
aws-access-key-id:
required: true
description: AWS Access Key ID
aws-secret-access-key:
required: true
description: AWS Secret Access Key
content-path:
required: true
description: Path of the Content to Sync
```