| Class | Description |
|---|---|
| AmazonS3File | |
| AmazonS3FileSink | |
| AmazonS3FileSource | |
| AmazonS3FileSystem |
Class for accessing an Amazon S3 file system.
|
| AmazonS3FileSystem.CredentialsResolverBridge |
Adapts the backend-neutral
CredentialsResolver seam to the AWS SDK's
AwsCredentialsProvider so resolved credentials flow through the native client natively. |
| AmazonS3Util | |
| S3Bucket |
A backend-neutral description of an S3 bucket, returned by
AmazonS3FileSystem.listBuckets(). |
| S3ObjectListing |
A backend-neutral, single page of an S3 object listing, returned by
AmazonS3FileSystem.listRootFolder(String),
AmazonS3FileSystem.listFolder(String, String) and
AmazonS3FileSystem.nextBatch(S3ObjectListing). |
| S3ObjectSummary |
A backend-neutral summary of a single object returned when listing an S3 bucket or folder.
|
Copyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.