Hello @laosb , thank you very much for updating this storage integration. Something that's probably "biting" everyone that tries out this library is this line:
Because otherwise we end up with ./content/adapters/storage/s3/ghos3/index.js and that is what's making the error: but errored during boot with: Unable to find storage adapter s3 in.
Hello @laosb , thank you very much for updating this storage integration. Something that's probably "biting" everyone that tries out this library is this line:
That line should be:
Because otherwise we end up with
./content/adapters/storage/s3/ghos3/index.js
and that is what's making the error:but errored during boot with: Unable to find storage adapter s3 in
.This is wrong in the original package as well.