GCP Uploader avatar
GCP Uploader

Pricing

Pay per usage

Go to Store
GCP Uploader

GCP Uploader

Developed by

Cir◎cle

Cir◎cle

Maintained by Community

Upload datasets and KV store records to Google cloud storage

0.0 (0)

Pricing

Pay per usage

5

Total users

16

Monthly users

6

Runs succeeded

>99%

Issues response

50 days

Last modified

2 months ago

Google cloud platform storage uploader

Actor allowing upload of both datasets and Key-value store records to the GCP Storage.

Input

key

The service account key in a JSON format. You can generate this key in the Google Cloud console for each service account.

bucketName

Name of the bucket data will be uploaded to.

Dataset upload inputs:

  • dataset ID - ID of the dataset to be uploaded
  • fileName - the name of uploaded file, if not specified, the ID will be used

Key-value store records upload inputs:

  • key value store ID - ID of the store to upload records from
  • kvStoreRegex - if provided, only records with keys matching this regex will be uploaded to the storage
  • transformFileNameFunction - javascript function, allowing transformation of the records key in the storage. The function takes one parameter - the records key and should return the new name.