aboutsummaryrefslogtreecommitdiff
path: root/weed/remote_storage/azure
AgeCommit message (Collapse)AuthorFilesLines
2022-11-10Replace dashes with underscores in x-amz-meta headers (#3965)aronneagu1-1/+5
2022-11-04fix filer.remote.sync to azure with ContentType (#3949)Konstantin Lebedev1-14/+8
* fix filer.remote.sync to azure with ContentType * fix pass X-Amz-Meta to X-Ms-Meta
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
2022-05-11fix compilationchrislu1-2/+2
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-03cloud drive: add createBucket() deleteBucket()Chris Lu1-8/+29
2021-09-03cloud drive: add list bucketsChris Lu1-0/+15
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-24cloud drive: add support for AzureChris Lu2-0/+327