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

build, tools: drop leading / from r2dir #53951

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Commits on Jul 19, 2024

  1. build, tools: drop leading / from r2dir

    The script is commented as removing `/home/dist/` part but the `cut`
    command is off by one and end up including the `/` character (so that
    the resulting string starts with `/`). When this is substituted into
    `s3://${cloudflare_bucket}/${r2dir}/${shafile}.asc` we end up with
    `//` (one from the template and one from the `r2dir`) which appears
    to cause Cloudflare to create an extra top level `/` directory in the
    bucket.
    richardlau committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b6d0df3 View commit details
    Browse the repository at this point in the history