From 11b92b91c2883167463e1f9f4bb481bb64f3cf0a Mon Sep 17 00:00:00 2001 From: Marius Date: Thu, 11 Feb 2016 12:23:46 +0100 Subject: [PATCH] Provide better URL to S3 consistency models --- s3store/s3store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3store/s3store.go b/s3store/s3store.go index a26b7ce..c76c101 100644 --- a/s3store/s3store.go +++ b/s3store/s3store.go @@ -67,7 +67,7 @@ // available to hold these caches. // // In addition, it must be mentioned that AWS S3 only offers eventual -// consistency (https://aws.amazon.com/s3/faqs/#What_data_consistency_model_does_Amazon_S3_employ). +// consistency (https://docs.aws.amazon.com/AmazonS3/latest/dev/Introduction.html#ConsistencyModel). // Therefore, it is required to build additional measurements in order to // prevent concurrent access to the same upload resources which may result in // data corruption. See tusd.LockerDataStore for more information.