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're currently deploying the site using the s3_website Docker container, but it frequently has problems with invalidating the CloudFront cache, which can cause the deployment to fail. The setting that controls the retry timeout for invalidation does not appear to be something that can be set, however.
We're currently deploying the site using the
s3_website
Docker container, but it frequently has problems with invalidating the CloudFront cache, which can cause the deployment to fail. The setting that controls the retry timeout for invalidation does not appear to be something that can be set, however.As an alternative, I propose switching to a custom script that wraps the
s3cmd
's sync feature. It also has support for invalidating the s3 cache and can even be used to create 301 redirects as per #2.The text was updated successfully, but these errors were encountered: