aboutsummaryrefslogtreecommitdiff
path: root/weed/remote_storage/gcs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-1/+1
2022-11-02azure metadata: skip metadata prefixed with "X-"chrislu1-0/+4
fix https://github.com/seaweedfs/seaweedfs/issues/3875
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-6/+6
The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-09-03fix compilationChris Lu1-1/+1
2021-09-03cloud drive: add createBucket() deleteBucket()Chris Lu1-2/+50
2021-09-03cloud drive: add list bucketsChris Lu1-0/+4
2021-09-01go fmtChris Lu1-3/+3
2021-08-29cloud drive: filer.remote.sync supports remove folderChris Lu1-0/+4
2021-08-29cloud mount: remote storage support hdfsChris Lu1-0/+4
2021-08-26refactor: separating out remote.protoChris Lu1-9/+10
2021-08-23adjust package nameChris Lu1-1/+1
2021-08-23cloud drive: gcs simplify a little bitChris Lu1-10/+2
2021-08-23fix format2.64Chris Lu1-1/+1
2021-08-23cloud drive: add google cloud storageChris Lu1-0/+185