Class Credential
java.lang.Object
org.apache.hadoop.ozone.s3.signature.Credential
Credential in the AWS authorization header.
Ref: https://docs.aws.amazon.com/AmazonS3/latest/API/
sigv4-auth-using-authorization-header.html
-
Method Summary
-
Method Details
-
parseCredential
Parse credential value.Sample credential value: Credential=AKIAIOSFODNN7EXAMPLE/20130524/us-east-1/s3/aws4_request
- Throws:
MalformedResourceException
-
getAccessKeyID
-
getDate
-
getAwsRegion
-
getAwsService
-
getAwsRequest
-
getCredential
-
createScope
-