| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-06-28 | remove unused | chrislu | 1 | -62/+0 | |
| 2023-07-12 | Concurrency works better (#4663) | mervynzhang | 1 | -3/+4 | |
| Co-authored-by: mervyn.zhang <mervyn.zhang@sap.com> | |||||
| 2023-05-19 | support swift (#4480) | mervynzhang | 1 | -2/+5 | |
| 2023-02-05 | adding support for B2 region (#4177) | Muhammad Hallaj bin Subery | 1 | -1/+1 | |
| Co-authored-by: Muhammad Hallaj bin Subery <hallaj@tuta.io> | |||||
| 2023-01-20 | grpc connection to filer add sw-client-id header | chrislu | 1 | -2/+2 | |
| 2022-11-10 | Replace dashes with underscores in x-amz-meta headers (#3965) | aronneagu | 1 | -1/+5 | |
| 2022-11-04 | fix filer.remote.sync to azure with ContentType (#3949) | Konstantin Lebedev | 1 | -14/+8 | |
| * fix filer.remote.sync to azure with ContentType * fix pass X-Amz-Meta to X-Ms-Meta | |||||
| 2022-11-02 | azure metadata: skip metadata prefixed with "X-" | chrislu | 2 | -0/+8 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3875 | |||||
| 2022-08-26 | gateway to remote object store: adjust upload concurrency | chrislu | 1 | -1/+1 | |
| 2022-08-17 | move proto package | chrislu | 1 | -1/+1 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 14 | -45/+45 | |
| 2022-06-20 | remote storage: stop supporting hdfs as a remote storage | chrislu | 3 | -261/+0 | |
| 2022-06-11 | remote object store gateway: disable tagging for backblaze | chrislu | 9 | -16/+28 | |
| 2022-05-11 | fix compilation | chrislu | 1 | -2/+2 | |
| 2022-04-21 | conditionally skip hdfs related code | chrislu | 3 | -1/+16 | |
| 2022-04-06 | remove Redundant type conversion and use strings.TrimSuffix to enhance ↵ | justin | 1 | -16/+12 | |
| readability | |||||
| 2022-03-21 | remove any go mod changes | chrislu | 1 | -0/+50 | |
| This reverts commit 6c7f7d68876ffbde656d491cceea8f5574930924. | |||||
| 2022-03-21 | Revert "Merge pull request #2782 from SadmiB/upstream" | chrislu | 1 | -50/+0 | |
| This reverts commit a644b7236a49bacff74b601ec1adc8015dd9af59, reversing changes made to 349257f8225565cab323090f390b6b62f02e94ac. | |||||
| 2022-03-21 | Add contabo api client | SadmiB | 1 | -0/+50 | |
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -2/+2 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-11-06 | remote.mount: print out metadata sync errors | Chris Lu | 1 | -0/+5 | |
| 2021-10-14 | refactor: move from io/ioutil to io and os package | Eng Zer Jun | 2 | -12/+12 | |
| 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-14 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -2/+2 | |
| 2021-09-04 | adjust error message | Chris Lu | 1 | -1/+1 | |
| 2021-09-04 | auto list of storage types | Chris Lu | 1 | -0/+21 | |
| 2021-09-03 | fix compilation | Chris Lu | 1 | -1/+1 | |
| 2021-09-03 | cloud drive: add createBucket() deleteBucket() | Chris Lu | 5 | -10/+117 | |
| 2021-09-03 | cloud drive: add list buckets | Chris Lu | 5 | -0/+45 | |
| 2021-09-03 | adjust formatting remote location | Chris Lu | 1 | -0/+3 | |
| 2021-09-02 | simplify | Chris Lu | 1 | -1/+1 | |
| 2021-09-02 | conforming to http user agent common practice | Chris Lu | 1 | -0/+4 | |
| 2021-09-01 | go fmt | Chris Lu | 8 | -22/+22 | |
| 2021-09-01 | filer.remote.sync: exit when directory is unmounted | Chris Lu | 1 | -0/+73 | |
| this will not propagate the deletions back to the cloud | |||||
| 2021-09-01 | ensure cached client with updated storage conf | Chris Lu | 1 | -4/+13 | |
| 2021-08-30 | cloud drive: add storj, filebase | Chris Lu | 2 | -0/+100 | |
| 2021-08-30 | cloud drive: s3 add option for v4 signature | Chris Lu | 1 | -0/+4 | |
| 2021-08-29 | refactor | Chris Lu | 2 | -6/+5 | |
| 2021-08-29 | cloud drive: filer.remote.sync supports remove folder | Chris Lu | 5 | -0/+17 | |
| 2021-08-29 | cloud mount: remote storage support hdfs | Chris Lu | 12 | -1/+365 | |
| 2021-08-26 | refactor: separating out remote.proto | Chris Lu | 9 | -49/+53 | |
| 2021-08-25 | cloud drive: add support for Wasabi | Chris Lu | 6 | -5/+73 | |
| * disable md5, sha256 checking to avoid reading one chunk twice * single threaded upload to avoid chunk swapping (to be enhanced later) | |||||
| 2021-08-24 | cloud drive: add support for Baidu BOS | Chris Lu | 4 | -5/+51 | |
| 2021-08-24 | add default env variables | Chris Lu | 1 | -1/+5 | |
| 2021-08-24 | cloud drive: add support for Tencent COS | Chris Lu | 1 | -0/+36 | |
| 2021-08-24 | cloud drive: add support for Aliyun OSS | Chris Lu | 1 | -0/+42 | |
| 2021-08-24 | cloud drive: add support for BackBlaze | Chris Lu | 1 | -0/+38 | |
| 2021-08-24 | cloud drive: add support for Azure | Chris Lu | 2 | -0/+327 | |
| 2021-08-23 | adjust package name | Chris Lu | 1 | -1/+1 | |
| 2021-08-23 | cloud drive: gcs simplify a little bit | Chris Lu | 1 | -10/+2 | |
