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

Unable to upload to region us-west-1 (Wasabi) #10792

Closed
cyberduck opened this issue Sep 4, 2019 · 3 comments
Closed

Unable to upload to region us-west-1 (Wasabi) #10792

cyberduck opened this issue Sep 4, 2019 · 3 comments
Assignees
Labels
Milestone

Comments

@cyberduck
Copy link
Collaborator

ef2996d created the issue

Duck CLI version: Cyberduck 7.0.2 (30998). Registered to Mark Bax

I've been using Duck CLI for about 8 months to upload data to Wasabi on region us-east-1. These commands have worked fine:

for a listing:

duck  -l  wasabisys://T5ZHIOV9VGMNBAKU1HQ4@Blaise-Backup/Magni/Diff/

to upload a file:

duck  -P --existing resume --parallel 32     --upload wasabisys://T5ZHIOV9VGMNBAKU1HQ4@Blaise-Backup/Magni/Diff/ <local file>

I now need to upload files to the same wasabi account, but to the us-west-1 region. This command works to get a listing:

duck     --region us-west-1 -l wasabisys://T5ZHIOV9VGMNBAKU1HQ4@blaise-backup-west/Magni/Diff/

but this upload command fails

duck -P --existing resume --parallel 32    --region us-west-1 --upload wasabisys://T5ZHIOV9VGMNBAKU1HQ4@blaise-backup-west/Magni/Diff/  <local file>

The error message I get is:

Transfer incomplete. <local file>…
Upload <local file> failed. The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. Please contact your web hosting service provider for assistance.

what am I missing?

FYI, I tried using the --profile parameter, but I can't seem to get that to work either ...

Also, I have gotten the Cyberduck GUI to properly access both regions.

Thanks

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The region parameter is currently only taken into account for creating a new bucket.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please install the latest profiles from (https://cyberduck.io/wasabi/). Then reference the proper region and bucket using either wasabisys-us-west-1:/<container>/<key> or wasabisys-us-east-1:/<container>/<key> respectively.

Your previously installed connection profile is deprecated and only works with us-east-1.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The profile parameter should work if you have not installed the connection profile in the application support folder like --profile ~/Downloads/Wasabi\ \(us-west-1\).cyberduckprofile.

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

No branches or pull requests

2 participants