supermedium / aframe-react

:atom: Build virtual reality experiences with A-Frame and React.
https://ngokevin.github.io/aframe-react-boilerplate/
MIT License
1.42k stars 151 forks source link

Images from S3 #121

Closed joselevelsup closed 6 years ago

joselevelsup commented 6 years ago

Referencing this issue: https://github.com/aframevr/aframe/issues/2156#issuecomment-411880032

Using <Entity primitive="a-image" src="whaetever" /> does not work when trying to load image from an S3 bucket. Bucket is set to public.

SaudTauqeer commented 5 years ago

I'm facing the same issue, ever got it working around?