You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pubenumStorageParams{Azblob(StorageAzblobConfig),Fs(StorageFsConfig),Ftp(StorageFtpConfig),Gcs(StorageGcsConfig),Hdfs(StorageHdfsConfig),Http(StorageHttpConfig),Ipfs(StorageIpfsConfig),Memory,Moka(StorageMokaConfig),Obs(StorageObsConfig),Oss(StorageOssConfig),S3(StorageS3Config),Redis(StorageRedisConfig),Webhdfs(StorageWebhdfsConfig),Cos(StorageCosConfig),/// None means this storage type is none.////// This type is mostly for cache which mean bypass the cache logic.None,}
Maybe we can expose those config directly from opendal so that they don't need to repeat.
The text was updated successfully, but these errors were encountered:
Many users have code like the following:
Maybe we can expose those config directly from opendal so that they don't need to repeat.
The text was updated successfully, but these errors were encountered: