Skip to content

Commit

Permalink
Pass request_headers to stat_object API from fget_object API
Browse files Browse the repository at this point in the history
Fixes #1295

Signed-off-by: Bala.FA <[email protected]>
  • Loading branch information
balamurugana committed Nov 21, 2024
1 parent b048920 commit e9bdea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minio/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,7 @@ def fget_object(
object_name,
ssec,
version_id=version_id,
extra_headers=request_headers,
)

etag = queryencode(cast(str, stat.etag))
Expand Down

0 comments on commit e9bdea9

Please sign in to comment.