Spotfire® Server and Environment - Installation and Administration

config-library-external-google-cloud-storage

Configures the Google Cloud Storage of library item data.

config-library-external-google-cloud-storage 
[-b value | --bootstrap-config=value] 
[-c value | --configuration=value] 
<--bucket-name=value> 
[--key-prefix=value] 
<--project-id=value> 
<--credential-file-path=value>

Overview

Use this command to configure the library for Google Cloud Storage of library data.

Options

Option Optional or Required Default Value Description
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-c value
--configuration=value
Optional configuration.xml The path to the server configuration file.
--bucket-name=value
Required none The Google Cloud Storage bucket where library data is stored.
--key-prefix=value
Optional none The optional key prefix to use for allowing data to be stored in the equivalent of a top level folder. The following restrictions are applied:
  • It must not start with a slash (/).
  • It must end with a slash (/).
  • Valid characters are A-Z, a-z, 0-9, and / (slash).
--project-id=value
Required none The Google Cloud Platform Project ID under which the bucket is created.
--credential-file-path=value
Required default The absolute path to the JSON file which contains the credentials to authenticate as access resources of Google Cloud Identity users.

If no credential file path is provided, and the "default" value is used, an instance of default credentials will be created.

Authentication tokens can then be fetched from the GOOGLE_APPLICATION_CREDENTIALS environment variable, from user credentials set up by using the Google Cloud CLI, or, from the attached service account which is returned by the metadata server.

To clear an already configured value, use "NONE" or "default".