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
We had an issue where when using gatsby-plugin-s3, it created an infinite re-direct loop on one of client-only routes. So we set generateRoutingRules to false. We then route our own routing rules manually and added to s3 for other client-only routes, only to find out that they get erased on every deploy from here on out. This might be due to the inner workings how aws-cli syncs.
It would be a nice feature to be able to write our own custom routing rules, and reference the json file inside the gatsby-plugin-s3 config options.
The text was updated successfully, but these errors were encountered:
We had an issue where when using gatsby-plugin-s3, it created an infinite re-direct loop on one of client-only routes. So we set
generateRoutingRules
tofalse.
We then route our own routing rules manually and added to s3 for other client-only routes, only to find out that they get erased on every deploy from here on out. This might be due to the inner workings how aws-cli syncs.It would be a nice feature to be able to write our own custom routing rules, and reference the json file inside the gatsby-plugin-s3 config options.
The text was updated successfully, but these errors were encountered: