Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortcut to Copy URL for S3 object returns different URL format #9961

Closed
cyberduck opened this issue Jun 1, 2017 · 4 comments
Closed

Shortcut to Copy URL for S3 object returns different URL format #9961

cyberduck opened this issue Jun 1, 2017 · 4 comments
Assignees
Labels
bug fixed low priority s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

389771b created the issue

Right clicking to see Copy URL options shows the shortcut ⇧⌘C next to both an HTTPS URL (https://s3.amazonaws.com//) and the S3 URL, but it actually returns the other HTTPS URL format (https://.s3.amazonaws.com/). I don't recall seeing the duplicate shortcut hint on the S3 URL until just recently.

My preference is that ⇧⌘C would return the URL in the HTTPS URL format that it's currently displayed next to (bucket name in the path, not the domain).

@cyberduck
Copy link
Collaborator Author

b8707ec commented

Replying to [9961 mikeb]:

Right clicking to see Copy URL options shows the shortcut ⇧⌘C next to both an HTTPS URL (https://s3.amazonaws.com//) and the S3 URL, but it actually returns the other HTTPS URL format (https://.s3.amazonaws.com/). I don't recall seeing the duplicate shortcut hint on the S3 URL until just recently.

My preference is that ⇧⌘C would return the URL in the HTTPS URL format that it's currently displayed next to (bucket name in the path, not the domain).

If I understand what you are referring to, I've seen that for a long time; over a year at least now. ⇧⌘C doesn't get the correct https URL.

As an example:

https://s3.amazonaws.com/3gengagement.graphics.dept/_collin/bg_grey.jpg

is the first link that appears for that file on AS3 when right-clicking that has the ⇧⌘C shortcut displayed next to it. But if I actually use ⇧⌘C it copies this, the second link available with the ⇧⌘C next to it:

https://3gengagement.graphics.dept.s3.amazonaws.com/_collin/bg_grey.jpg

If you follow that link, it takes you to a warning page saying "Your connection is not private", making it an absolutely worthless link to be copying.

The big problem for my team is the additional time it takes to right click on a group of files at one time to get the links, because it has to generate ALL link options, compared to just hitting ⇧⌘C.

It's frustrating. If I could just clear out all "copy" shortcuts and assign one to the URL type that I actually want, it would be a huge help. I don't even know how it allows there to be duplicate shortcuts.

@cyberduck
Copy link
Collaborator Author

389771b commented

Replying to [comment:1 Pensketch]:

If I understand what you are referring to, I've seen that for a long time; over a year at least now. ⇧⌘C doesn't get the correct https URL.

Pensketch, thanks for elaborating. That's a perfect example. My motivation, too, is that the URLs currently returned often will not match the certificate (definitely the case if a bucket name contains a period) and are therefore insecure and unusable to any sensible http client.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 464584f.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone renamed

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed low priority s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants