-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 Expose env var to raise timeout of downloading/uploading data to and from S3 #6494
🎨 Expose env var to raise timeout of downloading/uploading data to and from S3 #6494
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6494 +/- ##
=========================================
+ Coverage 84.5% 88.1% +3.5%
=========================================
Files 10 1540 +1530
Lines 214 63138 +62924
Branches 25 2058 +2033
=========================================
+ Hits 181 55639 +55458
- Misses 23 7182 +7159
- Partials 10 317 +307
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add also coresponding OPS env var change PR
@matus it's already linked in the devops section, we are trying to merge it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Quality Gate passedIssues Measures |
…d from S3 (ITISFoundation#6494) Co-authored-by: Andrei Neagu <[email protected]>
What do these changes do?
Exposes setting which allows to configure the timeout for uploading/downloading data to S3.
Related issue/s
How to test
Dev-ops checklist