timmarinin/Upload file to S3
Uploads file to S3-compatible storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| filename | file to upload | yes | artifact |
| accessKey | AWS_ACCESS_KEY_ID | yes | — |
| secretKey | AWS_SECRET_ACCESS_KEY | yes | — |
| endpoint | full endpoint hostname | — | fra1.digitaloceanspaces.com |
| acl | acl | — | public-read |
| bucket | destination bucket | yes | — |
Outputs
| name | description |
|---|---|
| s3-upload | raw data from aws-sdk |