We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f399590 commit 8be8343Copy full SHA for 8be8343
README.md
@@ -324,7 +324,7 @@ HTTP/S backend allows you to write your own custom storage backend by implementi
324
325
Adding new storage backends is quite easy:
326
327
-- implement the [Fs interface](./vfs/vfs.go#L28 "interface for filesystem backends").
+- implement the [Fs interface](./internal/vfs/vfs.go#L86 "interface for filesystem backends").
328
- update the user method `GetFilesystem` to return the new backend
329
- update the web interface and the REST API CLI
330
- add the flags for the new storage backed to the `portable` mode
0 commit comments