Skip to content

Conversation

bonsairobo
Copy link
Contributor

Which issue does this PR close?

Closes #6593

What changes are included in this PR?

Gated the AzblobConfig::from_env behind a #[cfg(not(target_arch = "wasm32"))]

Are there any user-facing changes?

No. I don't believe the functionality of loading the azblob backend from environment variables can ever work in the browser.

@bonsairobo bonsairobo requested a review from Xuanwo as a code owner September 25, 2025 19:28
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. releases-note/fix The PR fixes a bug or has a title that begins with "fix" labels Sep 25, 2025
@bonsairobo
Copy link
Contributor Author

It would be awesome if we could add a CI test similar to s3_read_on_wasm for azblob. Is that desirable for this PR? Anything I should know before trying to implement that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
releases-note/fix The PR fixes a bug or has a title that begins with "fix" size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: azblob backend panics on wasm trying to get environment variables
1 participant