Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: check endpoint prefix in qiniu.go (#17)
* Update qiniu.go "/tmp" into os.TempDir() * fix: validate endpoint protocol prefix in qiniu configuration Ensure the configuration's endpoint starts with either 'http://' or 'https://'. This validation check prevents errors related to invalid endpoint formats, enhancing the robustness of the connection setup process. * Update qiniu.go --------- Co-authored-by: Eric Luo <[email protected]>
- Loading branch information