-
Notifications
You must be signed in to change notification settings - Fork 322
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
feat: rs load using folder #5450
Conversation
bb73472
to
8db83dd
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5450 +/- ##
==========================================
- Coverage 74.84% 74.78% -0.07%
==========================================
Files 440 440
Lines 61425 61490 +65
==========================================
+ Hits 45974 45985 +11
- Misses 12916 12966 +50
- Partials 2535 2539 +4 ☔ View full report in Codecov by Sentry. |
}, | ||
{ | ||
name: "with IAM Role", |
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.
There is no point in running separate test for password vs Iam role. We already have covered these test above.
8db83dd
to
35ab77d
Compare
35ab77d
to
6123e58
Compare
6123e58
to
c10b877
Compare
|
||
s3Location, region = warehouseutils.GetS3Location(objectLocation) | ||
if region == "" { | ||
region = "us-east-1" |
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.
Can we declare us-east-1
as a constant and use it here ? Or maybe encapsulate this logic inside warehouseutils.GetS3Location
?
Description
loadByFolderPath
configuration, by default it's false.Linear Ticket
Security