voco-dev
Results
1
comments of
voco-dev
I was pretty much following the documentation. My code just retrieves the file from s3 using axios ... const fileUrl = this.getS3PreSignedUrl("Media/menu-data.json"); try { const res = await Axios.get(fileUrl); ......