GCP Uploader avatar
GCP Uploader
Try for free

No credit card required

View all Actors
GCP Uploader

GCP Uploader

vojtam/gcp-uploader
Try for free

No credit card required

Upload datasets and KV store records to Google cloud storage

GCP Service account key

keystringRequired

Service account key in the JSON format.

Bucket name

bucketNamestringRequired

Upload path

uploadPathstringOptional

Path where files should be uploaded to. If not provided, files will be uploaded to the root of the bucket. Example: 'my-folder/my-subfolder'

Dataset ID

datasetIdstringOptional

Dataset format

datasetFormatEnumOptional

Value options:

"json": string"jsonl": string"xml": string"html": string"csv": string"xlsx": string"rss": string

File name

fileNamestringOptional

File name to be uploaded to the bucket, otherwise the dataset ID will be used.

Key-value store ID

kvStoreIdstringOptional

Key-value store record regex

kvStoreRegexstringOptional

Only records matching this regex will be uploaded to the key-value store.

Transform file name function

transformFileNameFunctionstringOptional

Function that creates the name of the uploaded file from the record key. It receives the record key as an argument and must return the new file name.

Compression

compressionEnumOptional

Value options:

"none": string"gzip": string"zip": string
Developer
Maintained by Community
Actor metrics
  • 6 monthly users
  • 2 stars
  • 99.7% runs succeeded
  • Created in Jan 2024
  • Modified 23 days ago