Implement persistent client-data storage with S3.

This commit is contained in:
Kavin 2023-02-02 13:00:35 +00:00
parent 7d53a588b9
commit 0e04526217
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
4 changed files with 168 additions and 21 deletions

View file

@ -41,6 +41,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp-brotli'
implementation 'io.sentry:sentry:6.11.0'
implementation 'rocks.kavin:reqwest4j:1.0'
implementation 'io.minio:minio:8.5.1'
}
shadowJar {