I’m exposing some upload urls over a custom api endpoint and anything that’s been uploaded to S3 returns something like the following in the rails console.
Upload.last.url
=> "//link-to-my-bucket.s3.dualstack......"
Rather than…
Upload.last.url
=> "https://link-to-my-bucket.s3.dualstack......"
Wanted to understand if this was expected behaviour and the protocol is being added on elsewhere?