Objectstore Client
The client is used to interface with the objectstore backend. It handles responsibilities like transparent compression, and making sure that uploads and downloads are done as efficiently as possible.
Usage
use ClientBuilder;
let client = new?
.for_organization;
let response = client.put.send.await?;
let object = client.get.send.await?.expect;
assert_eq!;
License
Like Sentry, Objectstore is licensed under the FSL. See the LICENSE.md file
and this blog post
for more information.