frostfs-node/pkg/local_object_storage/blobstor/common
Evgenii Stratonikov b9a2055e1c [] blobstor/*: Return ErrReadOnly for modifying operations
This check should occur on the shard level, but because
blobstor components expose `Open(readOnly bool)` interface,
it is reasonable to expect an error here.

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
2022-08-30 10:02:43 +03:00
..
delete.go [] shard: Store generic storage ID in metabase 2022-08-22 13:14:19 +03:00
errors.go [] blobstor/*: Return ErrReadOnly for modifying operations 2022-08-30 10:02:43 +03:00
exists.go [] local_object_storage: Unify parameters for the Exists operation 2022-08-22 13:14:19 +03:00
get.go [] blobstor: Unify fstree and blobovnicza interfaces 2022-08-22 13:14:19 +03:00
get_range.go [] shard: Store generic storage ID in metabase 2022-08-22 13:14:19 +03:00
iterate.go [] local_object_storage: Unify parameters for the Iterate operation 2022-08-22 13:14:19 +03:00
put.go [] blobstor: Unify fstree and blobovnicza interfaces 2022-08-22 13:14:19 +03:00
storage.go [] blobstor: Rename compression.CConfig to Config 2022-08-22 13:14:19 +03:00