| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Modifier and Type | Method and Description |
|---|---|
CSEMaterials |
S3ClientFactory.S3ClientCreationParameters.getClientSideEncryptionMaterials()
Get the client side encryption materials.
|
| Modifier and Type | Method and Description |
|---|---|
S3ClientFactory.S3ClientCreationParameters |
S3ClientFactory.S3ClientCreationParameters.withClientSideEncryptionMaterials(CSEMaterials value)
Set the client side encryption materials.
|
| Modifier and Type | Method and Description |
|---|---|
static CSEMaterials |
CSEUtils.getClientSideEncryptionMaterials(org.apache.hadoop.conf.Configuration conf,
String bucket,
S3AEncryptionMethods algorithm)
Creates encryption materials for client-side encryption based on the specified algorithm.
|
CSEMaterials |
BaseS3AFileSystemOperations.getClientSideEncryptionMaterials(org.apache.hadoop.conf.Configuration conf,
String bucket,
S3AEncryptionMethods algorithm)
Retrieves the client-side encryption materials for the given bucket and encryption algorithm.
|
CSEMaterials |
S3AFileSystemOperations.getClientSideEncryptionMaterials(org.apache.hadoop.conf.Configuration conf,
String bucket,
S3AEncryptionMethods algorithm)
Retrieves the client-side encryption materials for the given bucket and encryption algorithm.
|
CSEMaterials |
CSES3AFileSystemOperations.getClientSideEncryptionMaterials(org.apache.hadoop.conf.Configuration conf,
String bucket,
S3AEncryptionMethods algorithm)
Retrieves the cse materials.
|
CSEMaterials |
CSEMaterials.withConf(org.apache.hadoop.conf.Configuration value)
Configuration.
|
CSEMaterials |
CSEMaterials.withCSEKeyType(CSEMaterials.CSEKeyType value)
CSE key type to use.
|
CSEMaterials |
CSEMaterials.withCustomCryptographicClassName(String value)
Custom cryptographic class name to use.
|
CSEMaterials |
CSEMaterials.withKmsKeyId(String value)
Kms key id to use.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.