-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup online file storage system #219
Conversation
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I put several questions, because I'm not sure if it's normal or not but for the moment I can't test anything, is that right?
app/src/main/java/com/android/streetworkapp/model/storage/S3StorageClient.kt
Show resolved
Hide resolved
app/src/main/java/com/android/streetworkapp/model/storage/S3StorageClient.kt
Show resolved
Hide resolved
Yep, nothing to test and nothing you can actually do to test as you don't have the keys yet. Will give them Friday on team meeting. |
Thank you for your precision approved |
Very simple S3 wrapper. This allows us to interact with the digital ocean space bucket to save the images from our app.
Note: This needs to get out of the way pretty fast for me to continue on my other pr. There are no tests.
This resolves the issue of not being able to store large images with the free plan of firebase.