@spacehq/sdk > UserStorageConfig
UserStorageConfig interface
Signature:
export interface UserStorageConfig
Properties
Property | Type | Description |
---|---|---|
bucketsInit? | (auth: UserAuth) => Buckets | (Optional) Optional initializer of a bucket from textiles users auth can be use to override/provide custom initialization logicThe default value will be Textiles Buckets.withUserAuth |
debugMode? | boolean | (Optional) If set to true, would enable logging and some other debugging features. Should only be set to true in development |
metadataStoreInit? | (identity: Identity) => Promise<UserMetadataStore> | (Optional) |
textileHubAddress? | string | (Optional) |
threadsInit? | (auth: UserAuth) => Client | (Optional) |