Package com.netflix.genie.common.internal.aws.s3
@ParametersAreNonnullByDefault
package com.netflix.genie.common.internal.aws.s3
This package contains classes and utilities for working with the AWS S3 service.
- Since:
- 4.0.0
-
ClassesClassDescriptionA property class which holds information about how to interact with a specific S3 Bucket.An
S3Client
client factory class.A simple class used as a key to see if we already have a S3Client created for the combination of properties that make up this class.This class implements theProtocolResolver
interface.A class which takes an instance ofS3ProtocolResolver
and adds it to the SpringApplicationContext
set ofProtocolResolver
.A factory class for creating and managingS3TransferManager
instances.This class extendsS3Resource
in order to efficiently handle range requests.