[AIRFLOW-5565] Add boto extraArgs to S3Hook load_bytes and load_file_obj#5780
[AIRFLOW-5565] Add boto extraArgs to S3Hook load_bytes and load_file_obj#5780maxcountryman wants to merge 1 commit intoapache:masterfrom
Conversation
This patch allows callers to specify their own `ExtraArgs` dictionary.
|
Please open a Jira ticket (any code change require Jira ticket for tracking) also it needs to be something that people will understand from change log something like: edit your commit message with : And please add tests to the added functionality |
|
@OmerJog please review the change: it should not require additional tests if this module is already tested since it’s just passing down to boto3 and I certainly hope Airflow is not attempting to test boto itself... If you create the Jira ticket I can update the commit accordingly. |
|
@feluelle can take a look? |
|
Hey @maxcountryman, I created a Jira Ticket for you. We currently do not test for the Please update the commit message after you've added tests to include the Ticket Id. Thanks. |
ExtraArgs|
@maxcountryman ping |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This patch allows callers to specify their own
ExtraArgsdictionary.