Skip to main content
If you hit a checksum error with AWS SDK for Java v2 (2.30+), set request checksum calculation and response checksum validation to WHEN_REQUIRED, as shown in the client builder below.
The following example shows how AWS Java SDK can be used to interact with Telnyx Cloud Storage.

Add Dependency

Create S3 Bucket

Upload an Object

List Objects

Download Object

Generate Presigned URLs for Upload and Download

In order for this part to work, we will need to add json decoding library and http client. Any libraries will do, but for this example we picked: gson and okhttp3.