S3 Endpoint URL formatting

Here is says we can set an optional endpoint for S3 but doesn’t give an example of the format. I am on AWS GovCloud so my endpoint URL is different from the standard URL. What should that URL look like? How much of the URL needs to be included in it?

Hello,

S3 Url should looks like:
If we have: s3://[example-bucket]/[path/to/object]:

S3 is standard protocol

About this protocol you can read here

Regards,
Dmitry

for govcloud, I found that I needed this: https://s3.us-gov-west-1.amazonaws.com

Hi, yes, this is still same URL, but has “custom” govcloud regional sub-domain (us-gov-west-1 is just region).
By the way, did you solve your problem?

Regards,
Dmitry