Fix S3Hook get_key method by removing load extra args#35951
Fix S3Hook get_key method by removing load extra args#35951hussein-awala wants to merge 1 commit intoapache:mainfrom
Conversation
|
Actually it does accept, it just not well documented, maybe because And example how to check that it accept you could have a look into the discussion in PR which start propagate this extra values to this method: #35037 (comment) |
Hummm interesting 🤔 I will check if these configurations are used where we call other methods on the object. |
|
Long term solution would be, get rid of (deprecate)
|
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
S3
Object.load()doesn't accept any argument, it just returns the metadata of the object. However, thedownloadmethod should provide the transfer configuration.