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:
parent
a16e83eec8
commit
f536a0b264
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue