drupflare/worker - v1.0.0
    Preparing search index...

    Function mirrorKey

    • The R2 key a stream URI maps to.

      Keeps the scheme in the key rather than stripping it. public://a.png becoming a.png would put two schemes in one namespace the moment a second one is ever mirrored, and a key collision between an access-controlled file and a public one is the failure this whole module is arranged to prevent. Costs seven characters.

      Parameters

      • uri: string

      Returns string | null