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
Gowtham
Gowtham10mo ago
when setting up the s3 sdk it requires identityPoolId
CognitoCredentialsProvider(
"here", parsedRegion, clientConfiguration
)
CognitoCredentialsProvider(
"here", parsedRegion, clientConfiguration
)
Which can be created from aws console. for r2 storage how can i get it?
Karew
Karew10mo ago
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?
Gowtham
Gowtham10mo ago
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