Skip to content

Commit caf9ab0

Browse files
authored
Pass request_headers to stat_object API from fget_object API (#1461)
Signed-off-by: Bala.FA <[email protected]>
1 parent b048920 commit caf9ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

minio/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,7 @@ def fget_object(
11211121
object_name,
11221122
ssec,
11231123
version_id=version_id,
1124+
extra_headers=request_headers,
11241125
)
11251126

11261127
etag = queryencode(cast(str, stat.etag))

0 commit comments

Comments
 (0)