r2-explorer 0.2.10 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/r2-explorer.js +1 -1
- package/dist/umd/index.js +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,7 @@ please [open an new issue](https://github.com/G4brym/R2-Explorer/issues/new) for
|
|
|
14
14
|
- Very quick bucket/folder navigation
|
|
15
15
|
- pdf, image, txt, markdown, csv, etc in-browser preview
|
|
16
16
|
- Drag-and-Drop upload
|
|
17
|
+
- Multiple files and folder uploads
|
|
17
18
|
- Create folders
|
|
18
19
|
- Rename files
|
|
19
20
|
- Download files
|
|
@@ -68,7 +69,6 @@ wrangler publish
|
|
|
68
69
|
- Integration with cloudflare access
|
|
69
70
|
- allow bucket names with spaces
|
|
70
71
|
- Search files
|
|
71
|
-
- Upload folders
|
|
72
72
|
- Rename folders
|
|
73
73
|
- Delete folders
|
|
74
74
|
- Image thumbnail's using Cloudflare workers
|