Registry / cloud / aws-java-sdk-s3

aws-java-sdk-s3

JSON →
library1.12.797javamavenunverified

The AWS Java SDK for Amazon S3 module provides client classes for communicating with Amazon Simple Storage Service.

<dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-s3</artifactId> <version>1.12.797</version> </dependency>
INSTALL
IMPORT
SIG · AWS-JAVA-SDK-S3
A
aws-java-sdk-s3
cloudjavav1.12.797
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.

AmazonS3Client
com.amazonaws.services.s3.AmazonS3Client

Lists all S3 buckets using the AWS Java SDK.

import com.amazonaws.services.s3.AmazonS3Client; public class S3Example { public static void main(String[] args) { AmazonS3Client s3 = new AmazonS3Client(); s3.listBuckets().forEach(bucket -> System.out.println(bucket.getName())); } }
Debug
Known issues
breakingVersion 1.x is legacy; consider migrating to AWS SDK v2.
fix
Use software.amazon.awssdk:s3 instead.
affects: >=1.0.0 <2.0.0
Upgrade
Version history
1.12.797latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
aws-java-sdk-s3 — mvn dependency:get aws-java-sdk-s3 · libregistry