You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
AWS-SDK for node, cant spot AccessKeyId and secret. This what i get on strat up
warn --- config file - /app/config.yaml
warn --- Plugin successfully loaded: verdaccio-s3-storage
(node:8) UnhandledPromiseRejectionWarning: InvalidAccessKeyId: null
at Request.extractError (/usr/local/lib/node_modules/verdaccio-s3-storage/node_modules/aws-sdk/lib/services/s3.js:585:35)
at Request.callListeners (/usr/local/lib/node_modules/verdaccio-s3-storage/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
at Request.emit (/usr/local/lib/node_modules/verdaccio-s3-storage/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
at Request.emit (/usr/local/lib/node_modules/verdaccio-s3-storage/node_modules/aws-sdk/lib/request.js:683:14)
at Request.transition (/usr/local/lib/node_modules/verdaccio-s3-storage/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/usr/local/lib/node_modules/verdaccio-s3-storage/node_modules/aws-sdk/lib/state_machine.js:14:12)
at /usr/local/lib/node_modules/verdaccio-s3-storage/node_modules/aws-sdk/lib/state_machine.js:26:10
at Request.<anonymous> (/usr/local/lib/node_modules/verdaccio-s3-storage/node_modules/aws-sdk/lib/request.js:38:9)
at Request.<anonymous> (/usr/local/lib/node_modules/verdaccio-s3-storage/node_modules/aws-sdk/lib/request.js:685:12)
at Request.callListeners (/usr/local/lib/node_modules/verdaccio-s3-storage/node_modules/aws-sdk/lib/sequential_executor.js:116:18)
# path to a directory with all packages
storage: ./storage
store:
s3-storage:
endpoint: http://<my.s3.path>:7480
bucket: proxy.npm.registry
accessKeyId: <some_key>
secretAccessKey: <some_key>
AWS-SDK for node, cant spot AccessKeyId and secret. This what i get on strat up
My env vars:
My verdaccio .conf:
This is versions, i`m trying to set up this on:
node:10-alpine
[email protected]
[email protected]
Have someone tested private storages, to work properly?
The text was updated successfully, but these errors were encountered: