-
Notifications
You must be signed in to change notification settings - Fork 149
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
Configurable access credentials #682
base: main
Are you sure you want to change the base?
Configurable access credentials #682
Conversation
8994fc4
to
2ac7a3a
Compare
2bbe402
to
4402072
Compare
Also want to add support for using I just documented the new config options in the cli options, but README instructions still needed. Also still needs tests proving |
…fusion with access keys
…r based on S3rver configuration
e8019eb
to
a2c3337
Compare
Codecov Report
@@ Coverage Diff @@
## main #682 +/- ##
==========================================
- Coverage 89.16% 88.82% -0.34%
==========================================
Files 20 20
Lines 1375 1387 +12
==========================================
+ Hits 1226 1232 +6
- Misses 149 155 +6
Continue to review full report at Codecov.
|
Needs test cases proving
defaultAccessKeyId
anddefaultSecretAccessKey
and documentation in both CLI and README.