Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

leontastic
Copy link
Collaborator

@leontastic leontastic commented Feb 12, 2021

Needs test cases proving defaultAccessKeyId and defaultSecretAccessKey and documentation in both CLI and README.

@leontastic leontastic force-pushed the feature/configurable-access-credentials branch 2 times, most recently from 8994fc4 to 2ac7a3a Compare February 12, 2021 05:55
Base automatically changed from master to main February 12, 2021 14:09
lib/s3rver.js Outdated Show resolved Hide resolved
lib/stores/account.js Outdated Show resolved Hide resolved
@leontastic leontastic force-pushed the feature/configurable-access-credentials branch 4 times, most recently from 2bbe402 to 4402072 Compare March 5, 2021 01:01
@leontastic leontastic changed the title Feature/configurable access credentials Configurable access credentials Mar 5, 2021
@leontastic
Copy link
Collaborator Author

Also want to add support for using aws-sdk credentials by default as per this comment.

I just documented the new config options in the cli options, but README instructions still needed. Also still needs tests proving defaultAccessKeyId and defaultSecretAccessKey and support for default credentials supplied by aws-sdk.

@leontastic leontastic force-pushed the feature/configurable-access-credentials branch from e8019eb to a2c3337 Compare March 5, 2021 01:27
@codecov
Copy link

codecov bot commented Mar 5, 2021

Codecov Report

Merging #682 (a2c3337) into main (eaa43c3) will decrease coverage by 0.33%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
lib/controllers/object.js 90.12% <ø> (-0.05%) ⬇️
lib/controllers/service.js 100.00% <ø> (ø)
lib/models/account.js 61.90% <61.90%> (-19.92%) ⬇️
lib/controllers/bucket.js 91.22% <100.00%> (-0.08%) ⬇️
lib/middleware/authentication.js 90.41% <100.00%> (-0.06%) ⬇️
lib/s3rver.js 81.60% <100.00%> (+0.92%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eaa43c3...a2c3337. Read the comment docs.

@parajbs

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants