You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However that forces me to have all my images in an images folder in my S3 bucket and I don't like have that not-so-explicit coupling between my app and S3. Is there some config I'm not aware of?
The text was updated successfully, but these errors were encountered:
I'm trying to integrate this with my app but I'm using the root route for the home page "/"
app.get('/' ....
So, since that is taken, then I would like something like this for my images...
However that forces me to have all my images in an
images
folder in my S3 bucket and I don't like have that not-so-explicit coupling between my app and S3. Is there some config I'm not aware of?The text was updated successfully, but these errors were encountered: