remi-gridfs implements the remi-core crate that interacts with any Amazon S3 compatible server.
This crate is also re-exported in the main remi crate with the
s3
feature.
```toml [dependencies] mongodb = "2"
remi
crateremi = { version = "0.1", default-features = false, features = ["s3"] }
remi_s3::S3StorageService
remi-s3 = "0.1" ```