stanbienaives/AWS S3 Deploy
Automatically deploy directories to an AWS S3 bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-key-id | AWS Key ID to use | yes | — |
| aws-secret-access-key | AWS Secret Access Key to use | yes | — |
| aws-bucket | AWS S3 Bucket name | yes | — |
| aws-region | AWS region to deploy to | yes | — |
| aws-key-prefix | Path prefix for the target S3 Key | no | — |
| directory | Directory on Actions runner to upload to S3 | yes | — |
| regex-filter | Regex filter to apply to files in the directory | no | — |
| empty-bucket | Empties the old contents in the bucket before uploading the new files | yes | — |
| acl-private | Set the ACL of the documents to privated (default public-read) | no | — |
Outputs
no outputs