Package | Description |
---|---|
org.apache.hadoop.fs.s3a.audit |
Support for auditing and ultimately tracing operations.
|
org.apache.hadoop.fs.s3a.auth |
Authentication and permissions support.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditFailureException
This is in the AWS exception tree so that exceptions raised in the
AWS SDK are correctly reported up.
|
class |
AuditOperationRejectedException
The auditor has rejected the operation as forbidden/unavailable.
|
Modifier and Type | Class and Description |
---|---|
class |
NoAuthWithAWSException
A specific subclass of
SdkException which is
used in the S3A retry policy to fail fast when there is any
authentication problem. |
class |
NoAwsCredentialsException
A special exception which declares that no credentials were found;
this can be treated specially in logging, handling, etc.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.