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 ba05175 commit d103d5bCopy full SHA for d103d5b
docs/spec/v1.rst
@@ -22,9 +22,10 @@ a key/value pair).
22
23
For example, a directory in a file system can provide this interface,
24
where keys are file names, values are file contents, and files can be
25
-read, written or deleted. Equally, an S3 bucket can provide this
26
-interface, where keys are resource names, values are resource
27
-contents, and resources can be read, written or deleted via HTTP.
+read, written or deleted via the operating system. Equally, an S3
+bucket can provide this interface, where keys are resource names,
+values are resource contents, and resources can be read, written or
28
+deleted via HTTP.
29
30
Below an "array store" refers to any system implementing this
31
interface.
0 commit comments