zenstate/Cloud Storage Uploader
Upload files or folders to GCS buckets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| credentials | Optional service account key to use for authentication to GCS. This should be the JSON formatted private key which can be exported from the Cloud Console. The value can be raw or base64-encoded. | no | — |
| path | The 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 | — |
| destination | GCS bucket name of form <bucketname> or with an optional prefix of form <bucketname>/<prefix> | yes | — |
| includePath | Boolean (default: true) Should the upload include the path prefix when uploading to the bucket. | no | — |
Outputs
no outputs