weaken comment

I'm seeing the github lfs server request an upload of an object that has
already been uploaded to it before. Probably because they offload
storage to S3 and so skipped the overhead of checking for an unncessary
upload.
This commit is contained in:
Joey Hess 2019-08-03 11:31:02 -04:00
parent a16e83eec8
commit f536a0b264
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -385,7 +385,7 @@ downloadOperationRequest = operationParamsRequest . download
-- Request that does that; it should be run only after the upload has
-- succeeded.
--
-- When the LFS server already contains the object, an empty list will be
-- When the LFS server already contains the object, an empty list may be
-- returned.
uploadOperationRequests :: UploadOperation -> RequestBody -> SHA256 -> Integer -> Maybe [Request]
uploadOperationRequests op content oid size =