anton-yurchenko/S3 Pre-Signed URL
GitHub Action to generate an AWS S3 PreSigned URL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| region | S3 bucket region | yes | us-east-1 |
| access_key | IAM User access key | yes | — |
| secret_access_key | IAM User secret access key | yes | — |
| bucket | S3 bucket name | yes | — |
| path | Filepath (for example: artifacts/app.exe) | yes | — |
| expires_in | Number of seconds until the pre-signed URL expires | yes | 300 |
Outputs
| name | description |
|---|---|
| url | PreSigned URL |