best icon indicating copy to clipboard operation
best copied to clipboard

Storing artifacts on S3 fails on CI

Open muenzpraeger opened this issue 5 years ago • 0 comments

When using the option to store artifacts in S3 the CLI invocation fails with the below error message. Local invocation works fine.

Pushing to AWS(S3)...
Bucket: https://mycoolbucket.s3.amazonaws.com/ 

  ERROR    Unable to push to external storage @best/store-aws:  Missing credentials in config 

  ERROR    Unable to push to external storage @best/store-aws:  Missing credentials in config 


  ERROR     Error: [best-store] Error executing externalStorage: @best/store-aws
    at /home/circleci/project/node_modules/@best/store/build/index.js:50:23
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
error Command failed with exit code 1.

muenzpraeger avatar Sep 07 '20 09:09 muenzpraeger