milesgranger/artifact-mover
move artifact(s) to or from S3 (more platforms to come)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | 'download' or 'upload' | yes | — |
| bucket | Name of bucket to upload artifact to. | yes | — |
| name | Name of artifact to reference in this workflow. | yes | — |
| path | Path to artifact or directory of artifacts to upload. Note for downloading, this should always be a directory to unpack the artifact(s), whereas with uploading, this can either be a directory to recursively upload or a path to a single artifact. | yes | — |
| profile | Name of AWS profile to use, defaults to 'default'. Attempting to use current environment to configure credentials. For example setting AWS_ACCESS_KEY_ID and AWS_SECRESS_ACCESS_KEY or the ~/.aws/credentials file | no | default |
| prefix-key | Any prefix to add to the auto-generated path to artifact(s) on S3 bucket. Only relavant for uploading. | no | artifacts |
| identifier | Unique id to this workflow, recommend keeping the default setting unless you know what you're doing | — | ${{ github.repository }}/${{ github.run_number }} |
| version | version of artifact-mover to use, recommended to use default here | — | v0.1.0 |
Outputs
no outputs