aboutsummaryrefslogtreecommitdiff
path: root/weed/server/volume_grpc_tier_upload.go
AgeCommit message (Collapse)AuthorFilesLines
2022-10-14avoid load volume file with BytesOffset mismatch (#3841)Konstantin Lebedev1-2/+2
* avoid load volume file with BytesOffset mismatch https://github.com/seaweedfs/seaweedfs/issues/2966 * set BytesOffset if has not VolumeInfoFile * typos fail => failed * exit if bytesOffset mismatch
2022-09-14refactor(server): `suppported` -> `supported` (#3677)Ryan Russell1-1/+1
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-04-30skip if already copied to remotechrislu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/2993
2021-10-29cloud tier: remove tagging since not all s3 vendors support thisChris Lu1-6/+1
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1265
2019-12-28go fmtChris Lu1-1/+1
2019-12-28rename volume tier info to volume infoChris Lu1-3/+3
2019-12-28fix spellingChris Lu1-1/+1
2019-12-25tier: support remote file attributes and remember the file extensionChris Lu1-1/+8
2019-12-25tier storage: support downloading the remote dat filesChris Lu1-0/+93