Module services

Source
Expand description

Services will provide builders to build underlying backends.

More ongoing services support is tracked at opendal#5. Please feel free to submit issues if there are services not covered.

Structs§

Fs
POSIX file system support.
FsConfig
config for file system
Memory
In memory service support. (BTreeMap Based)
MemoryConfig
Config for memory.
S3
Aws S3 and compatible services (including minio, digitalocean space, Tencent Cloud Object Storage(COS) and so on) support. For more information about s3-compatible services, refer to Compatible Services.
S3Config
Config for Aws S3 and compatible services (including minio, digitalocean space, Tencent Cloud Object Storage(COS) and so on) support.

Constants§

FS_SCHEME
Default scheme for fs service.
MEMORY_SCHEME
Default scheme for memory service.
S3_SCHEME
Default scheme for s3 service.