aws-sdk-go icon indicating copy to clipboard operation
aws-sdk-go copied to clipboard

ResolvedEndpoint.URL should specify if you need to include the leading scheme

Open kevinburkesegment opened this issue 2 years ago • 5 comments

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.

kevinburkesegment avatar Mar 30 '22 00:03 kevinburkesegment

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.

vudh1 avatar Apr 22 '22 20:04 vudh1

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.

github-actions[bot] avatar Apr 25 '22 00:04 github-actions[bot]

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.

kevinburkesegment avatar Apr 25 '22 02:04 kevinburkesegment

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.

github-actions[bot] avatar Apr 26 '23 00:04 github-actions[bot]

This is still an issue

kevinburkesegment avatar Apr 26 '23 01:04 kevinburkesegment

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.

github-actions[bot] avatar Apr 17 '24 13:04 github-actions[bot]