We have a S3 file storage (seaweedfs), that supports Amazon Amplify. Now I can have access to files from this storage with command line from my laptop with AWS CLI. I need to make an android app to read files from this storage with Amazon Amplify libraries.
How can I specify in Android app with Amplify that I want to use the S3 storage on another server?
I see examples on Amazon site how to use amazon libraries in Android app like this:
import com.amplifyframework.core.Amplify
But this examples goes only for Amazon S3 site. Amazon examples use json configuration file, but the server address endpoint is not specified in this file.
I see examples on SeaweedFS site only for access with http. But I am not sure that my instance of SeaweedFS have the support for http. Our admin gave me only access with aws cli to my S3 file system.