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

List of regions in Backblaze #48

Closed
2 tasks done
metadaddy opened this issue May 26, 2022 · 1 comment
Closed
2 tasks done

List of regions in Backblaze #48

metadaddy opened this issue May 26, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@metadaddy
Copy link
Contributor

👟 Reproduction steps

When I look at the list of regions in the Backblaze adapter code, it is wrong. I'll submit a PR to fix it.

👍 Expected behavior

It should list the correct regions:

    const US_WEST_000 = 'us-west-000';
    const US_WEST_001 = 'us-west-001';
    const US_WEST_002 = 'us-west-002';
    const US_WEST_004 = 'us-west-004';
    const EU_CENTRAL_003 = 'eu-central-003';

👎 Actual Behavior

It actually has an incorrect list of B2 regions:

    const US_WEST_001 = 'us-west-001';
    const US_WEST_002 = 'us-west-002';
    const US_WEST_003 = 'us-west-003';
    const US_WEST_004 = 'us-west-004';
    const EU_CENTRAL_001 = 'eu-central-001';
    const EU_CENTRAL_002 = 'eu-central-002';
    const EU_CENTRAL_003 = 'eu-central-003';
    const EU_CENTRAL_004 = 'eu-central-004';

🎲 Utopia Storage Version

Version 0.5.x

💻 Operating system

MacOS

🧱 Your Environment

Vanilla

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@metadaddy metadaddy added the bug Something isn't working label May 26, 2022
@eldadfux
Copy link
Member

eldadfux commented Aug 1, 2023

Fixed #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants