From 7151a9a9e05f47c75b76808d2b119a42c4d2c897 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Wed, 28 May 2014 16:00:51 -0400 Subject: [PATCH] fixed some wording on the example paragraph --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bee32e..092ed9b 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ stores objects following the same path hierarchy as that object's URL. On a vanilla openstack swift the object server will store the object following the mapping given by the Ring and its final storage location and filename are unknown to the user. In the case of Sof, the object will be stored in the -configured filesystem volume with the same directory structure as the object´s +configured filesystem volume with the same directory structure as the object's URL. -For example: for an object with URL: https://swift.example.com/v1/acc/cont/obj, +For example, an object with URL: https://swift.example.com/v1/acc/cont/obj, would be stored in the following way: * Swift: /mnt/sdb1/2/node/sdb2/objects/981/f79/f566bd022b9285b05e665fd7b843bf79/1401254393.89313.data * SoF: /mnt/gluster-object/acc/cont/obj