Skip to content

Commit

Permalink
minor clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed May 18, 2016
1 parent ba05175 commit d103d5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/spec/v1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ a key/value pair).

For example, a directory in a file system can provide this interface,
where keys are file names, values are file contents, and files can be
read, written or deleted. Equally, an S3 bucket can provide this
interface, where keys are resource names, values are resource
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
deleted via HTTP.

Below an "array store" refers to any system implementing this
interface.
Expand Down

0 comments on commit d103d5b

Please sign in to comment.