Skip to content

GcsProviderOptions

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

Options accepted by createGcsProviderFactory.

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