Chris Lu
|
91ac2e0dd9
|
go fmt
|
6 years ago |
Chris Lu
|
ff66269b62
|
use grpc to replace http APIs for batch volume id lookup and batch delete
1. remove batch volume id lookup http API /vol/lookup
2. remove batch delete http API /delete
|
6 years ago |
Chris Lu
|
5ce6bbf076
|
directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this.
|
9 years ago |
chrislusf
|
e921cb1a9d
|
format changes
|
9 years ago |
tnextday
|
b177afc326
|
`weed download` command use stream download the large file.
|
9 years ago |
tnextday
|
aa44028b46
|
update
|
9 years ago |
tnextday
|
f240c57f16
|
Rename ChunkManifest.GetData to ChunkManifest.Marshal
|
9 years ago |
tnextday
|
82e6d67ccc
|
update
|
9 years ago |
tnextday
|
daac5de1ba
|
more check in `http_util.Delete`
add status code in `DeleteResult` struct
operation.DeleteFiles maybe unsafe, so `ChunkManifest.DeleteChunks` manually delete each chunks
|
9 years ago |
tnextday
|
662915e691
|
Delete all chunks when delete a ChunkManifest
LoadChunkManifest can uncompress buffer
move compress.go from storage to operation because of import cycle
MakeFile add cross complete command
|
9 years ago |
tnextday
|
d0e2475ece
|
`FilePart.Upload` use base name instead of full path
fix chunked file download error
|
9 years ago |
tnextday
|
2c0a7fe75e
|
complete submit chunked file
|
9 years ago |
tnextday
|
6b0894d806
|
update ChunkedFile to seekable reader, so we can use io.* to read data
|
9 years ago |
tnextday
|
f825d23789
|
fix build error
|
9 years ago |
tnextday
|
1817864a45
|
add chunk file helper to support large file
|
9 years ago |