We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a32e4 commit 2e3fec2Copy full SHA for 2e3fec2
src/main/proto/ess.proto
@@ -11,7 +11,8 @@ service EncryptedStorageService {
11
message GetObjectRequest {
12
/*
13
All APIs operate within a single storeId.
14
- StoreId is keyspace identifier. Ref: https://en.wikipedia.org/wiki/Keyspace_(distributed_data_store)
+ StoreId is keyspace identifier.
15
+ Ref: https://en.wikipedia.org/wiki/Keyspace_(distributed_data_store)
16
It is up to clients to use single or multiple store's for their usage.
17
*/
18
string storeId = 1;
0 commit comments