Map of provider name to storage provider instance. Common provider names: "ipfs", "pinata", "googledrive", "s3". Custom names allowed for custom provider implementations.
OptionaldefaultDefault provider name to use when none specified. Must match a key in the providers map. Falls back to first provider if not specified.
Configures storage providers for SDK file operations.
Remarks
Supports multiple backends with automatic fallback. IPFS for decentralization, Pinata for reliability, Google Drive for development, custom for flexibility.
Provider Selection:
Example