| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.auth.delegation |
Extensible delegation token support for the S3A connector.
|
| org.apache.hadoop.fs.s3a.s3guard |
This package contains classes related to S3Guard: a feature of S3A to mask
the eventual consistency behavior of S3 and optimize access patterns by
coordinating with a strongly consistent external store for file system
metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoleModel.Statement> |
S3AFileSystem.listAWSPolicyRules(Set<AWSPolicyProvider.AccessLevel> access)
Build the AWS policy for restricted access to the resources needed
by this bucket.
|
| Modifier and Type | Field and Description |
|---|---|
protected static EnumSet<AWSPolicyProvider.AccessLevel> |
S3ADelegationTokens.ACCESS_POLICY
The access policies we want for operations.
|
| Modifier and Type | Method and Description |
|---|---|
static AWSPolicyProvider.AccessLevel |
AWSPolicyProvider.AccessLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AWSPolicyProvider.AccessLevel[] |
AWSPolicyProvider.AccessLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoleModel.Statement> |
AWSPolicyProvider.listAWSPolicyRules(Set<AWSPolicyProvider.AccessLevel> access)
Get the AWS policy statements required for accessing this service.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoleModel.Statement> |
DynamoDBMetadataStore.listAWSPolicyRules(Set<AWSPolicyProvider.AccessLevel> access)
The administrative policy includes all DDB table operations;
application access is restricted to those operations S3Guard operations
require when working with data in a guarded bucket.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.