mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Implement persistent client-data storage with S3.
This commit is contained in:
parent
7d53a588b9
commit
0e04526217
4 changed files with 168 additions and 21 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue