Cloud (Google & AWS)
Google
| Field | Type | Description |
|---|---|---|
credential | string (nullable) | |
get_signed_upload_url | GoogleGetSignedUploadUrl (nullable) | |
upload_object | GoogleUploadObject (nullable) | |
create_token | CreateToken (nullable) | |
create_token_raw | CreateToken (nullable) |
GoogleGetSignedUploadUrl
| Field | Type | Description |
|---|---|---|
bucket | string | Required. |
key | string | Required. |
GoogleUploadObject
| Field | Type | Description |
|---|---|---|
base64_bytes | string | Required. |
bucket | string | Required. |
key | string | Required. |
CreateToken
| Field | Type | Description |
|---|---|---|
audience | string (nullable) | |
scopes | Array<string> (nullable) | |
sub | string (nullable) | |
use_id_token | boolean (nullable) |
Aws
| Field | Type | Description |
|---|---|---|
credential | string (nullable) | |
get_signed_upload_url | AwsGetSignedUploadUrl (nullable) | |
upload_object | AwsUploadObject (nullable) |
AwsGetSignedUploadUrl
| Field | Type | Description |
|---|---|---|
bucket | string | Required. |
key | string | Required. |
acl | string (nullable) |
AwsUploadObject
| Field | Type | Description |
|---|---|---|
base64_bytes | string | Required. |
bucket | string | Required. |
key | string | Required. |
acl | string (nullable) |