GcsProviderOptions
Defined in: src/providers/cloud/GcsProvider.ts:54
Options accepted by createGcsProviderFactory.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
apiBaseUrl? | string | Override the JSON API base URL. | src/providers/cloud/GcsProvider.ts:60 |
bucket | string | Bucket name. Required. | src/providers/cloud/GcsProvider.ts:58 |
defaultHeaders? | Record<string, string> | Default headers applied before bearer auth on every request. | src/providers/cloud/GcsProvider.ts:66 |
fetch? | HttpFetch | Custom fetch implementation. Defaults to global fetch. | src/providers/cloud/GcsProvider.ts:64 |
id? | ProviderId | Provider id to register. Defaults to "gcs". | src/providers/cloud/GcsProvider.ts:56 |
multipart? | GcsMultipartOptions | Resumable upload session tuning. Enabled by default. | src/providers/cloud/GcsProvider.ts:68 |
uploadBaseUrl? | string | Override the upload API base URL. | src/providers/cloud/GcsProvider.ts:62 |