laosb/ghos3

Unexpected token } in JSON

Closed this issue · 3 comments

Thanks for providing an update to this AWS S3 module but i have an issue when trying to use it and only happens when I add the storage section. For my test i added the example supplied

ERROR Unable to find storage adapter s3 in ,/var/lib/ghost/content/adapters/,/var/lib/ghost/versions/5.44.0/core/server/adapters/.

laosb commented

Can you check you copied ghos3 to ./content/adapters/ as s3? Please cd into your content/adapters folder and try ls. You should see s3 in it, and then cd s3 && ls you should see index.js among all other files.

Probably related to: #2

laosb commented

Likely fixed with the documentation change.