aboutsummaryrefslogtreecommitdiff
path: root/weed/server/volume_grpc_remote.go
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-1/+1
2025-05-28Add context with request (#6824)Aleksey Kosov1-1/+1
2024-07-16Added tls for http clients (#5766)vadimartynov1-4/+9
* Added global http client * Added Do func for global http client * Changed the code to use the global http client * Fix http client in volume uploader * Fixed pkg name * Fixed http util funcs * Fixed http client for bench_filer_upload * Fixed http client for stress_filer_upload * Fixed http client for filer_server_handlers_proxy * Fixed http client for command_fs_merge_volumes * Fixed http client for command_fs_merge_volumes and command_volume_fsck * Fixed http client for s3api_server * Added init global client for main funcs * Rename global_client to client * Changed: - fixed NewHttpClient; - added CheckIsHttpsClientEnabled func - updated security.toml in scaffold * Reduce the visibility of some functions in the util/http/client pkg * Added the loadSecurityConfig function * Use util.LoadSecurityConfiguration() in NewHttpClient func
2023-11-05fix error reportingchrislu1-1/+1
related to https://github.com/seaweedfs/seaweedfs/issues/4978
2022-12-10add chunk etag when downloading from remote storagechrislu1-0/+2
fix https://github.com/seaweedfs/seaweedfs/issues/3987
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-6/+6
2021-09-14go fmtChris Lu1-1/+1
2021-09-08replicated remote.cacheChris Lu1-0/+3
2021-09-06remote.cache supports replicationChris Lu1-10/+45
2021-08-26refactor: separating out remote.protoChris Lu1-14/+3
2021-08-13Only when tailing volume, the zero-ed cookie should skip checking.Chris Lu1-1/+1
This only happens when checkCookie == false and fsync == false.
2021-08-09shell: remote.cache remote.uncacheChris Lu1-3/+10
2021-08-08go fmtChris Lu1-5/+5
2021-08-07refactorChris Lu1-0/+49