v0.9.0
Changes in this release:
- Now using environment variables to configure the
gcs
example - Added
Server::new_with_authenticator
that allows configuring custom user detail types. - Introduced
auth::UserDetails
trait to capture requirements for instances holding custom user information. - Breaking change: Renamed
auth::AnonymousUser
toauth::DefaultUser
- Added a rudimentary implementation of the FTP REST command for the cloud storage implementation.