kbase / blobstore

Simple S3 backed file storage.
MIT License
0 stars 3 forks source link

Add manual test for copying large files #17

Closed MrCreosote closed 5 years ago

MrCreosote commented 5 years ago

Ensure that the minio copy function handles > 5G files, above which multipart copy is required.

codecov[bot] commented 5 years ago

Codecov Report

Merging #17 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #17   +/-   ##
======================================
  Coverage    76.5%   76.5%           
======================================
  Files           4       4           
  Lines         166     166           
======================================
  Hits          127     127           
  Misses         33      33           
  Partials        6       6
Impacted Files Coverage Δ
filestore/s3.go 85.04% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7abb2a3...0d2ebb8. Read the comment docs.