Skip to content
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

URL encode filenames in CDN Media Purge #841

Merged
merged 2 commits into from
Feb 8, 2024

Commits on Feb 5, 2024

  1. URL encode filenames in CDN Media Purge

    CloudFront will return an error from `createInvalidation` if the URL is not encoded. `tachyon_url()` already does this internally, so is not an issue on the tachyon_url.
    joehoyle committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ab18896 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Update inc/cloudfront_media_purge/namespace.php

    Co-authored-by: Ryan McCue <me@ryanmccue.info>
    joehoyle and rmccue committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    bc0a7dd View commit details
    Browse the repository at this point in the history