Provide S3 resources as presigned URLs.
cd grafanaplugin-s3-datasource
npm i
npm run server
npm run dev
To trigger the workflow we need to push a version tag to github. This can be achieved with the following steps:
- Run
npm version <major|minor|patch>
- Run
git push origin main --follow-tags