Expand description

Providing specific services support.

In order to implement a service, we need the following things:

  • Builder: responsible for building the service backend.
  • Backend: the service backend which implements the Accessor trait.

Modules

POSIX file system support.

In memory backend support.

Aws S3 and compatible services (including minio, digitalocean space and so on) support