| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.auth.delegation |
Extensible delegation token support for the S3A connector.
|
| 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.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.