JuliaServices / CloudStore.jl

A simple, consistent, and performant API for interacting with common cloud storage abstractions
Other
16 stars 8 forks source link

Don't parse local urls by default unless explicitly requested #34

Closed quinnj closed 1 year ago

quinnj commented 1 year ago

This avoids scenarios where you may unintentionally allow a user to pass a local IP address and it parses and tries to make a request where local parsing is really meant as a test-only feature.