Update the comment for the consistency model

Change-Id: Iee49afeda1c11d6af8c0f26c96d8ccc328c22757
Signed-off-by: Li Yi <denverdino@gmail.com>
pull/514/head
Li Yi 2015-07-26 10:01:45 +08:00 committed by tgic
parent 539c7f5311
commit 708ad28114
1 changed files with 0 additions and 4 deletions

View File

@ -7,10 +7,6 @@
// Because OSS is a key, value store the Stat call does not support last modification
// time for directories (directories are an abstraction for key, value stores)
//
// Keep in mind that OSS guarantees only eventual consistency, so do not assume
// that a successful write will mean immediate access to the data written. The only true
// guarantee is that once you call Stat and receive a certain file size, that much of
// the file is already accessible.
package oss
import (