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

fix: add missing eu-central-1, ap-southeast-1 and ap-southeast-2 regions #214

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

pieh
Copy link
Contributor

@pieh pieh commented Feb 10, 2025

🎉 Thanks for sending this pull request! 🎉

Fixes

InvalidBlobsRegionError: ap-southeast-2 is not a supported Netlify Blobs region. Supported values are: us-east-1, us-east-2.

kind of errors when trying to use region option with concrete region. We do have support for that (and some other regions) and forcing those specific regions was failing options validation.

This error wasn't affecting region auto-selection.

With this change attempting to use region not from the list also print updated "Supported values":

InvalidBlobsRegionError: ap-southeast-3 is not a supported Netlify Blobs region. Supported values are: us-east-1, us-east-2, eu-central-1, ap-southeast-1, ap-southeast-2

@github-actions github-actions bot added the type: bug code to address defects in shipped code label Feb 10, 2025
Copy link

netlify bot commented Feb 10, 2025

Deploy Preview for blobs-js ready!

Name Link
🔨 Latest commit 15ba7ba
🔍 Latest deploy log https://app.netlify.com/sites/blobs-js/deploys/67a9d4bf5ea1780008fa3a04
😎 Deploy Preview https://deploy-preview-214--blobs-js.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@pieh pieh marked this pull request as ready for review February 10, 2025 10:34
@pieh pieh requested a review from a team as a code owner February 10, 2025 10:34
@pieh pieh merged commit 0ca340f into main Feb 10, 2025
21 checks passed
@pieh pieh deleted the fix/add-missing-regions branch February 10, 2025 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants