Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat dragonfly-based Object Storage. #4057

Merged
merged 13 commits into from
Nov 22, 2023
Merged
Prev Previous commit
Next Next commit
object/dragonfly: fix default http client.
Signed-off-by: XDTD <1355582364@qq.com>
XDTD committed Nov 9, 2023
commit 0bc7cc6869f3c2c4b6589594b568ecf03c9a90a6
2 changes: 1 addition & 1 deletion pkg/object/dragonfly.go
Original file line number Diff line number Diff line change
@@ -531,7 +531,7 @@ func newDragonfly(_endpoint, _accessKey, _secretKey, _token string) (ObjectStora
Mode: mode,
MaxReplicas: maxReplicas,
bucket: bucket,
client: http.DefaultClient,
client: httpClient,
}, nil
}