This driver stores metadata for files in PostgreSQL and binary data in a KV storage.
storage:
postgres:
URLs:
- "postgres://noxiouz@localhost:5432/distribution?sslmode=disable"
MaxOpenConns: 10
MaxIdleConns: 5
type: "mds"
options:
host: "mdshost.yandex.net"
uploadport: 1111
readport: 80
authheader: "Basic <basic auth header>"
namespace: "some-namepace"
- inmemory - just for tests
- mds - for Yandex internal purposes
- elliptics - TBD
The driver is working in production at Yandex