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

Wrong Custom Port Number on S3 -> Copy URL #11129

Closed
cyberduck opened this issue Aug 4, 2020 · 1 comment
Closed

Wrong Custom Port Number on S3 -> Copy URL #11129

cyberduck opened this issue Aug 4, 2020 · 1 comment
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

02a5f18 created the issue

Issue: Right click on any file in a Custom S3 server running on a custom port, and select Copy URL is incorrect.

Expected: The URL contains the custom port number in the URL.
Actual: Custom port number is ignored when copying the URL to the clipboard, therefore it uses https default port of 443.

Steps:

  1. Create a custom S3 server on a custom port. (A simple min.io server is fine, or anything else really. Even proxy S3 through a port.)
  2. Connect to the server, verify all functions work on the custom port. (It does on 7.4.1)
  3. Try and get a pre-signed expiration URL, this URL does not contain the custom port number.

Notes: The issue only occurs on this helpful function to copy URLs; actual connections work fine.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 4beb4a5.

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

No branches or pull requests

2 participants