This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
distribution
Watch
1
Star
0
Fork
0
You've already forked distribution
mirror of
https://github.com/distribution/distribution.git
synced
2025-08-17 22:38:56 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
release/2.6
distribution
/
registry
/
storage
/
driver
/
oss
History
yaoyao.xyy
a4a227e351
oss native large file copy consume too much time which will eventually lead to client timeout because of no data transmit throughout native copy. change maxCopySize to 128MB, ensure only sm all medium size file use oss native copy to avoid connection reset by peer. And fix Move function with CopyLargeFileInParallel to optimize oss upload copy
...
Signed-off-by: yaoyao.xyy <yaoyao.xyy@alibaba-inc.com>
2016-11-08 12:14:13 +08:00
..
doc.go
add include_oss build tag
2015-07-31 13:22:56 +08:00
oss_test.go
fix goimports
2015-07-31 13:22:56 +08:00
oss.go
oss native large file copy consume too much time which will eventually lead to client timeout because of no data transmit throughout native copy. change maxCopySize to 128MB, ensure only sm all medium size file use oss native copy to avoid connection reset by peer. And fix Move function with CopyLargeFileInParallel to optimize oss upload copy
2016-11-08 12:14:13 +08:00