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
I ran into this as I was switching S3 buckets on my testing environment and accidentally uploaded my assets to my production S3 bucket. I would have expected the unique content to have created new hash and have created no issues for this erroneous upload. Unfortunately, the hashing collisions overwrote the production assets.
Is this intended to exclude publicUrl from the [hash] calculation?
The text was updated successfully, but these errors were encountered:
I ran into this as I was switching S3 buckets on my testing environment and accidentally uploaded my assets to my production S3 bucket. I would have expected the unique content to have created new hash and have created no issues for this erroneous upload. Unfortunately, the hashing collisions overwrote the production assets.
Is this intended to exclude
publicUrl
from the[hash]
calculation?The text was updated successfully, but these errors were encountered: