actions-marketplace-validations/Upload a Build Artifact to an S3 Bucket
Upload a build artifact to an S3 bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| access_key_id | Your AWS Access Key ID | yes | — |
| secret_access_key | Your AWS Secret Access Key | yes | — |
| bucket | Your AWS bucket name | yes | — |
| bucket_root | Root location to store the artifact | no | "" |
| key | Artifact destination in bucket | yes | — |
| path | The file to upload | yes | — |
Outputs
| name | description |
|---|---|
| object_path | Uploaded object path |