frostfs-node/cmd/neofs-node
Alex Vanin 6ee908c2db [#65] Support FS bucket and BoltDB bucket
These buckets can be used to store blobs and metadata.
They will be removed as enhanced blob storage will be
implemented for neofs-node. To setup storage type
use `storage.object.type` and `storage.meta.type` params.

Available options:
  - inmemory (default)
  - boltdb
  - filesystem

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-10-02 14:48:00 +03:00
..
accounting.go [#28] Make storage node configurable 2020-10-02 11:25:35 +03:00
attributes.go [#36] Move node attribute code into separate file 2020-10-02 11:25:36 +03:00
config.go [#65] Support FS bucket and BoltDB bucket 2020-10-02 14:48:00 +03:00
container.go [#43] cmd/neofs-node: Use morph wrappers as data sources 2020-10-02 11:25:36 +03:00
grpc.go [#59] Use max msg size in transport server and splitter 2020-10-02 11:25:36 +03:00
main.go [#49] Use zap.Logger in neofs-storage 2020-10-02 11:25:36 +03:00
morph.go [#43] cmd/neofs-node: Use morph wrappers as data sources 2020-10-02 11:25:36 +03:00
object.go [#65] Support FS bucket and BoltDB bucket 2020-10-02 14:48:00 +03:00
session.go [#12] Serve gRPC session service in neofs-node app 2020-10-02 11:25:35 +03:00