What's the actual difference between a file url and a Website URL in object storage?
If I have a bucket example-bucket
containing example.txt
, that file will have both a file url like https://example-bucket.us-southeast-1.linodeobjects.com/example.txt
and a Website URL like https://example-bucket.website-us-southeast-1.linodeobjects.com/example.txt
. What's the actual difference between accessing data at these two different URLs?