Skip to content

GcsProviderOptions

Defined in: src/providers/cloud/GcsProvider.ts:54

Options accepted by createGcsProviderFactory.

PropertyTypeDescriptionDefined in
apiBaseUrl?stringOverride the JSON API base URL.src/providers/cloud/GcsProvider.ts:60
bucketstringBucket 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?HttpFetchCustom fetch implementation. Defaults to global fetch.src/providers/cloud/GcsProvider.ts:64
id?ProviderIdProvider id to register. Defaults to "gcs".src/providers/cloud/GcsProvider.ts:56
multipart?GcsMultipartOptionsResumable upload session tuning. Enabled by default.src/providers/cloud/GcsProvider.ts:68
uploadBaseUrl?stringOverride the upload API base URL.src/providers/cloud/GcsProvider.ts:62