added filesystem.NewFileFromUrl(ctx, url)

This commit is contained in:
Gani Georgiev
2023-12-06 20:42:30 +02:00
parent 64eefb44e8
commit f7df737c45
3 changed files with 116 additions and 2 deletions
+2
View File
@@ -67,6 +67,8 @@
- Added `onlyVerified` auth collection option to globally disallow authentication requests for unverified users.
- Added `filesystem.NewFileFromUrl(ctx, url)` helper method to construct a `*filesystem.BytesReader` file from the specified url.
## v0.20.0-rc3