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

xvc storage new wasabi #6

Closed
Tracked by #1
iesahin opened this issue Oct 15, 2022 · 4 comments · Fixed by #27
Closed
Tracked by #1

xvc storage new wasabi #6

iesahin opened this issue Oct 15, 2022 · 4 comments · Fixed by #27
Labels
enhancement New feature or request

Comments

@iesahin
Copy link
Owner

iesahin commented Oct 15, 2022

Tests are failing in lib/tests/test_remote_new_wasabi.rs

@iesahin
Copy link
Owner Author

iesahin commented Oct 15, 2022

The reason seems to be Access Denied errors. Let's check the credentials.

@iesahin iesahin changed the title Fix wasabi remote xvc remote new wasabi Oct 15, 2022
@iesahin iesahin changed the title xvc remote new wasabi xvc storage new wasabi Oct 18, 2022
@iesahin iesahin added the enhancement New feature or request label Oct 19, 2022
@iesahin
Copy link
Owner Author

iesahin commented Oct 19, 2022

The same credentials that I use with s3cmd doesn't seem to work.

It seems to use the correct URL for connection. https://xvc-test.s3.eu-central-1.wasabisys.com/

Let's check s3cmd logs.

@iesahin
Copy link
Owner Author

iesahin commented Oct 19, 2022

s3cmd seems to use https://xvc-test.s3.wasabisys.com as a host, not eu-central-1. I think we should fix bucket config in the tests.

@iesahin
Copy link
Owner Author

iesahin commented Oct 19, 2022

I believe instead of trying to parse the region (which is incomplete in https://github.com/durch/rust-s3/blob/master/aws-region/src/region.rs#L191 anyway), we can get the endpoint directly for wasabi. This will make the configuration similar to Minio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant