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
As a corollary to this, if the bucket name is set to an environment variable, say $S3_BUCKET_NAME, then the auto-generated Base URL gets written as https://s3.[region].amazonaws.com/$S3_BUCKET_NAME/ and used as a literal string without the bucket name being interpolated into the Base URL. This causes requests such as this to appear in the browser:
GET https://s3.us-east-2.amazonaws/$S3_BUCKET_NAME/assets/images/globals/logo.png
It tries to infer the base url, but it should really only do this if that field is empty.
Screencast:
https://drive.google.com/file/d/10Te4cS53NojIQDyXEKO1i36nhNR_wS8d/view
The text was updated successfully, but these errors were encountered: