I created environment variables in a .env file for my React project.
I have added the .env in my .gitignore file.
How do I read these environment variables from my Amazon S3 bucket since my React app is hosted there?
e.g. process.env.REACT_APP_MY_VARIABLE