From e276384a487f793a9dfdd70d1fa9aeece1c3cd6d Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Tue, 24 Apr 2018 11:47:29 -0400 Subject: [PATCH] Remove misleading comment The comment mentions 6, but the relevant sizes are 5MB, 5GB, and 5TB. I think it's preferable to let the code speak for itself so that the comment doesn't become stale. --- s3store/s3store.go | 1 - 1 file changed, 1 deletion(-) diff --git a/s3store/s3store.go b/s3store/s3store.go index 3b9465e..279060a 100644 --- a/s3store/s3store.go +++ b/s3store/s3store.go @@ -150,7 +150,6 @@ type S3API interface { } // New constructs a new storage using the supplied bucket and service object. -// The MaxPartSize and MinPartSize properties are set to 6 and 5MB. func New(bucket string, service S3API) S3Store { return S3Store{ Bucket: bucket,