aws-sdk-go
aws-sdk-go copied to clipboard
ResolvedEndpoint.URL should specify if you need to include the leading scheme
There are many different ways to specify a URL, it would be helpful to know if all you want in the endpoint is a hostname, hostname/port or if you need the leading scheme as well.
Hi @kevinburkesegment please follow this template to help us understand more what you are looking for in the documentation fix. More description/information is helpful.
This issue has not received a response in 1 week. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled.
In aws/endpoints/endpoints.go, here is the documentation for ResolvedEndpoint
// A ResolvedEndpoint is an endpoint that has been resolved based on a partition
// service, and region.
type ResolvedEndpoint struct {
// The endpoint URL
URL string
But there are lots of different ways a URL could be specified, with just a domain, with a scheme, with a path etc.
We have noticed this issue has not received attention in 1 year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.
This is still an issue
Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.