Data Types

GoogleStorage

Storage layer used for storing files in Google Storage, as opposed to Bytescale's built-in storage.

This is a read/write storage layer.

{
"bucketName": String,
},
},
"type": String,
}
{
"bucket": {
"bucketName": "my-bucket",
"objectKeyPrefix": "an/example/key"
},
"credentials": {
"googleAccessKey": "AKIAIOSFODNN7EXAMPLE",
"googleSecretKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
},
"type": "GoogleStorage",
"useAbsolutePaths": true
}

Google Storage Bucket Name.

Example: "my-bucket"

Type: String

Min Length: 1

Max Length: 61

AWS S3 Object Key.

Example: "an/example/key"

Type: String

Min Length: 0

Max Length: 1024

AWS Access Key.

Example: "AKIAIOSFODNN7EXAMPLE"

Type: String

Min Length: 16

Max Length: 128

AWS Secret Access Key.

Example: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"

Type: String

Min Length: 30

Max Length: 128

The type of this storage layer.

Type: String

Value: "GoogleStorage"

If true then writes Google Storage objects with full filePath as key, prefixed with the objectKeyPrefix.

If false then writes Google Storage objects using a relative filePath in relation to folder's path, prefixed with the objectKeyPrefix.

Type: Boolean

Was this section helpful? Yes No

You are using an outdated browser.

This website requires a modern web browser -- the latest versions of these browsers are supported: