orbit-online/sign-s3
Sign an S3 URL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bucket | Name of the bucket | yes | — |
| object | Name of the object | yes | — |
| region | The region of the URL endpoint | yes | — |
| access-key-id | The access key ID to sign the URL with | yes | — |
| secret-access-key | The secret access key to sign the URL with | yes | — |
| valid-for | Amount of time in seconds the URL should be valid for | yes | — |
Outputs
| name | description |
|---|---|
| url | The signed URL |