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

Incorrect Copy URLs for Eucalyptus Walrus Services #6211

Closed
cyberduck opened this issue Sep 8, 2011 · 2 comments
Closed

Incorrect Copy URLs for Eucalyptus Walrus Services #6211

cyberduck opened this issue Sep 8, 2011 · 2 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

3ebe121 created the issue

Auto-generated URLs do not correctly use Walrus endpoint and port #.

To re-create:

  1. Connect to Walrus service (community: ecc.eucalyptus.com:8773/services/Walrus)
  2. Select a bucket, right-click and choose Copy URL->HTTP URL

The URL generated does not include the port # or the /services/Walrus endpoint.

  • Erroring URL: ecc.eucalyptus.com/chimpeenuts-bucket
  • Valid URL: ecc.eucalyptus.com:8773/services/Walrus/chimpeenuts-bucket

The same thing is true for all the URLs when a file under a bucket is selected. Here's an example of the basic one:
Invalid Cyberduck URL: ecc.eucalyptus.com/chimpeenuts-bucket/Argentina.gif
What the URL should be: ecc.eucalyptus.com:8773/services/Walrus/chimpeenuts-bucket/Argentina.gif

See attached screenshots.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We make the assumptions that as in AWS S3, a file is also available over the HTTP default port for anonymous users (if the ACL allows this) and therefore always add this URL for the HTTP URL. We should possibly add the original URL with the port the browser is connected to as well (443 in case of AWS, custom port for Eucalyptus installations).

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 653a7c8.

@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.
Projects
None yet
Development

No branches or pull requests

2 participants