GcsProviderOptions
Defined in: src/providers/cloud/GcsProvider.ts:55
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:61 |
bucket | string | Bucket name. Required. | src/providers/cloud/GcsProvider.ts:59 |
defaultHeaders? | Record<string, string> | Default headers applied before bearer auth on every request. | src/providers/cloud/GcsProvider.ts:67 |
fetch? | HttpFetch | Custom fetch implementation. Defaults to global fetch. | src/providers/cloud/GcsProvider.ts:65 |
id? | ProviderId | Provider id to register. Defaults to "gcs". | src/providers/cloud/GcsProvider.ts:57 |
multipart? | GcsMultipartOptions | Resumable upload session tuning. Enabled by default. | src/providers/cloud/GcsProvider.ts:69 |
uploadBaseUrl? | string | Override the upload API base URL. | src/providers/cloud/GcsProvider.ts:63 |