Update export storage

Update a specific GCS export storage connection.

Authentication

AuthorizationToken

Header authentication of the form Token <token>

Path Parameters

idintegerRequired

Request

This endpoint expects an object.
bucketstringOptional
GCS bucket name
can_delete_objectsbooleanOptionalDefaults to false
Deletion from storage enabled.
descriptionstringOptional
Storage description
google_application_credentialsstringOptional

The content of GOOGLE_APPLICATION_CREDENTIALS json file. Check official Google Cloud Authentication documentation for more details.

google_project_idstringOptional
Google project ID
prefixstringOptional
GCS bucket prefix
projectintegerOptional
Project ID
titlestringOptional<=2048 characters
Storage title

Response

created_atdatetime
Creation time
idinteger
projectinteger
A unique integer value identifying this project.
typestringDefaults to gcs
bucketstring or null
GCS bucket name
can_delete_objectsboolean or null
Deletion from storage enabled
descriptionstring or null
Cloud storage description
google_application_credentialsstring or null

The content of GOOGLE_APPLICATION_CREDENTIALS json file

google_project_idstring or null
Google project ID
last_syncdatetime or null
Last sync finished time
last_sync_countinteger or null0-2147483647
Count of tasks synced last time
last_sync_jobstring or null<=256 characters
Last sync job ID
metaany or null
prefixstring or null
GCS bucket prefix
regex_filterstring or null
Cloud storage regex for filtering objects
statusenum or null
* `initialized` - Initialized * `queued` - Queued * `in_progress` - In progress * `failed` - Failed * `completed` - Completed * `completed_with_errors` - Completed with errors
synchronizableboolean or nullDefaults to true
titlestring or null<=256 characters
Cloud storage title
tracebackstring or null
Traceback report for the last failed sync
use_blob_urlsboolean or null
Interpret objects as BLOBs and generate URLs