Registry / cloud / s3
library2.37.1javamavenunverified

Client classes for communicating with Amazon Simple Storage Service (S3).

<dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>s3</artifactId> <version>2.37.1</version> </dependency>
INSTALL
IMPORT
SIG · S3
S
s3
cloudjavav2.37.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

S3Client
software.amazon.awssdk.services.s3.S3Client

List all S3 buckets using the AWS SDK.

import software.amazon.awssdk.services.s3.S3Client; import software.amazon.awssdk.services.s3.model.ListBucketsResponse; S3Client s3 = S3Client.create(); ListBucketsResponse response = s3.listBuckets(); response.buckets().forEach(bucket -> System.out.println(bucket.name()));
Debug
Known issues
gotchaRequires AWS credentials to be configured (e.g., via environment variables, IAM roles, or credentials file).
fix
Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables, or configure a credentials profile.
affects: all
Upgrade
Version history
2.37.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
Amazon
1
Resources
s3 — mvn dependency:get s3 · libregistry