codebeltnet/GCP Download File
Downloads an object from a GCP Cloud Storage bucket.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| serviceAccountKey | A service account key in JSON format. | yes | — |
| bucketName | The name of the bucket containing the object you are downloading. For example, my-bucket. It will be prefixed with gs:// and suffixed with /. | yes | — |
| objectName | The name of the object you are downloading. For example, pets/dog.png. | yes | — |
| destination | The local path where you are saving your object. For example, /home/runner/work | yes | ${{ github.workspace }} |
| useObjectCache | Whether to use the object cache or not. Default is to use the object cache. | yes | true |
Outputs
no outputs