Config

constructor(    transferTimeout: Duration = 120.seconds,     resumable: Storage.Config.Resumable = Resumable(),     serializer: SupabaseSerializer? = null)(source)

Parameters

transferTimeout

the timeout for uploading and downloading files (default: 120 seconds)

resumable

the resume settings to use for the storage api

serializer

the serializer to use for the storage api, use null to use the default serializer