codebeltnet/GCP Download File

Downloads an object from a GCP Cloud Storage bucket.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
serviceAccountKeyA service account key in JSON format.yes
bucketNameThe name of the bucket containing the object you are downloading. For example, my-bucket. It will be prefixed with gs:// and suffixed with /.yes
objectNameThe name of the object you are downloading. For example, pets/dog.png.yes
destinationThe local path where you are saving your object. For example, /home/runner/workyes${{ github.workspace }}
useObjectCacheWhether to use the object cache or not. Default is to use the object cache.yestrue

no outputs