Storage: GCS

Validate export storage

Validate a specific GCS export storage connection.

post/api/storages/export/gcs/validate

Request body

bucketstring nullable

GCS bucket name

can_delete_objectsboolean nullable

Deletion from storage enabled

descriptionstring nullable

Cloud storage description

google_application_credentialsstring nullable

The content of GOOGLE_APPLICATION_CREDENTIALS json file

google_project_idstring nullable

Google project ID

idinteger

Storage ID. If set, storage with specified ID will be updated

prefixstring nullable

GCS bucket prefix

projectinteger required

A unique integer value identifying this project.

regex_filterstring nullable

Cloud storage regex for filtering objects

synchronizableboolean
titlestring nullable

Cloud storage title

use_blob_urlsboolean

Interpret objects as BLOBs and generate URLs

Response

Validation successful

Changes

Changed in 1 of the 97 revisions of this API.313

  • e1ba2ecdbabb313See the full diff
    • request body became required

      request-body-became-required

    • the request property project became required

      request-property-became-required

    • the title request property's maxLength was decreased to 256

      request-property-max-length-decreased

    • added the new optional request property regex_filter

      new-optional-request-property

    • added the new optional request property synchronizable

      new-optional-request-property

    • added the new optional request property use_blob_urls

      new-optional-request-property

    • added the media type application/x-www-form-urlencoded to the request body

      request-body-media-type-added

    • added the media type multipart/form-data to the request body

      request-body-media-type-added

    • the request property bucket became nullable

      request-property-became-nullable

    • the request property can_delete_objects became nullable

      request-property-became-nullable

    • the request property description became nullable

      request-property-became-nullable

    • the request property google_application_credentials became nullable

      request-property-became-nullable

    • the request property google_project_id became nullable

      request-property-became-nullable

    • the request property prefix became nullable

      request-property-became-nullable

    • the request property title became nullable

      request-property-became-nullable

    • the can_delete_objects request property default value false was removed

      request-property-default-value-removed

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 97 revisions, 1 has no diff computed.