mirror of
https://github.com/minio/minio-rs.git
synced 2026-01-26 17:42:08 +08:00
fix get_presigned_object_url() API to use host header value (#47)
Fixes #46 Signed-off-by: Bala.FA <bala@minio.io>
This commit is contained in:
parent
28e7fee8fa
commit
1f5ccb3113
@ -2218,7 +2218,7 @@ impl<'a> Client<'a> {
|
|||||||
|
|
||||||
presign_v4(
|
presign_v4(
|
||||||
&args.method,
|
&args.method,
|
||||||
&url.host,
|
&url.host_header_value(),
|
||||||
&url.path,
|
&url.path,
|
||||||
®ion,
|
®ion,
|
||||||
&mut query_params,
|
&mut query_params,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user