Any of the SDKs compatible with AWS S3
Any of the SDKs compatible with AWS S3 will work by changing out the URL
3 Replies
when setting up the s3 sdk it requires
identityPoolId
Which can be created from aws console. for r2 storage how can i get it?CognitoCredentialsProvider is an Amazon-only thing, that isn't going to work with R2. You have to use an AWS S3 SDK more directly.
Is this an Android app? What are you trying to do exactly?
I want to upload files in my android app.
seems like i can use rest api . but i want to see if i can use
s3 library