antonyphilip1978/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 |
|---|---|---|---|
| project_id | Project ID to use for making requests. By default, this is extracted from the running environment. | 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 | — |
| gzip | Upload file(s) with gzip content encoding, defaults to true. | no | true |
| resumable | Enable resumable uploads, defaults to true. | no | true |
| predefinedAcl | Apply a predefined set of access controls to the file(s). | no | — |
| parent | Whether parent dir should be included in GCS destination, defaults to true. | no | true |
| glob | Optional glob pattern. | no | — |
| concurrency | Number of files to simultaneously upload. | no | 100 |
| headers | Set headers (object metadata). | no | — |
| process_gcloudignore | Process the .gcloudignore file in the root of the repository and do not upload files that match the patterns. | no | true |
Outputs
no outputs