antonyphilip1978/Cloud Storage Uploader

Upload files or folders to GCS buckets

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
project_idProject ID to use for making requests. By default, this is extracted from the running environment.no
pathThe path to a file or folder inside the action's filesystem that should be uploaded to the bucket. You can specify either the absolute path or the relative path from the action.yes
destinationGCS bucket name of form <bucketname> or with an optional prefix of form <bucketname>/<prefix>yes
gzipUpload file(s) with gzip content encoding, defaults to true.notrue
resumableEnable resumable uploads, defaults to true.notrue
predefinedAclApply a predefined set of access controls to the file(s).no
parentWhether parent dir should be included in GCS destination, defaults to true.notrue
globOptional glob pattern.no
concurrencyNumber of files to simultaneously upload.no100
headersSet headers (object metadata).no
process_gcloudignoreProcess the .gcloudignore file in the root of the repository and do not upload files that match the patterns.notrue

no outputs