docs: Fix typo (#413)

This commit is contained in:
Márk Sági-Kazár 2020-08-01 15:01:18 +02:00 committed by GitHub
parent 9831c8b4da
commit ec9c56bb03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Please consult the [online documentation](https://godoc.org/github.com/tus/tusd/
## Implementing own storages ## Implementing own storages
The tusd server is built to be as flexible as possible and to allow the use of different upload storage mechanisms. B The tusd server is built to be as flexible as possible and to allow the use of different upload storage mechanisms.
If you have different requirements, you can build your own storage backend which will save the files to a remote FTP server or similar. Doing so is as simple as implementing the [`tusd.DataStore`](https://godoc.org/github.com/tus/tusd/pkg/#DataStore) interface and using the new struct in the [configuration object](https://godoc.org/github.com/tus/tusd/pkg/#Config). Please consult the documentation about detailed information about the required methods. If you have different requirements, you can build your own storage backend which will save the files to a remote FTP server or similar. Doing so is as simple as implementing the [`tusd.DataStore`](https://godoc.org/github.com/tus/tusd/pkg/#DataStore) interface and using the new struct in the [configuration object](https://godoc.org/github.com/tus/tusd/pkg/#Config). Please consult the documentation about detailed information about the required methods.