mirror of
https://github.com/minio/minio-rs.git
synced 2025-12-06 15:26:51 +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(
|
||||
&args.method,
|
||||
&url.host,
|
||||
&url.host_header_value(),
|
||||
&url.path,
|
||||
®ion,
|
||||
&mut query_params,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user