-
-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate files don't get invalidated #309
Comments
This is the same problem as #305. I would like someone to submit a patch
|
I would argue that while it might be fixed by the same patch, it is actually a distinct issue. For example, your comment about the actual need for invalidating deleted files (I agree BTW) doesn't apply here where newly uploaded files are not getting properly invalidated. |
The logic needs to be:
Invalidates on delete are, IMHO, not needed. Except for the case where In this case, we would want to invalidate either on upload (which seems I'd love someone to take a crack at a patch (or series of patches) that Thanks, On Sun, Mar 30, 2014 at 2:06 PM, Stephen McKamey
|
And just to clarify this issue #309 is regarding case 4). In my experience 1), 2), 3) seem to be working in 1.5.0-beta1. |
1 doesn't work today - we're invalidating newly uploaded files too, which On Sun, Mar 30, 2014 at 3:10 PM, Stephen McKamey
|
Experiencing this on the v1.5.0-beta1 build in Homebrew.
When using
s3cmd sync --cf-invalidate ...
, if two files are identical it uses the server-side copying to reduce bandwidth. This seems to work well, but it doesn't include those duplicate files in the CloudFront invalidations. As such only the first gets invalidated and the others remain until the cache expires.Expected behavior would be that all changed files are invalidated.
Thanks!
The text was updated successfully, but these errors were encountered: