The answer was that no file was installed for the AWS ContentType link.
When uploading to S3, I had to manually set the ContentType of the file accordingly ("image / gif", "image / png", etc.), and for Google Cloud Storage this should be automatically installed.
This is why the S3 link causes it to load automatically, and the Google Cloud link displays an image in the browser.
source
share