Class S3ExpressUtils
java.lang.Object
software.amazon.awssdk.services.s3.internal.s3express.S3ExpressUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddS3ExpressBusinessMetricIfApplicable(Endpoint endpoint, ExecutionAttributes executionAttributes) Adds S3 Express business metric if applicable for the current operation.static booleanisS3ExpressAuthRequest(SdkRequest request, ExecutionAttributes executionAttributes) Determines if this request uses S3Express auth by checking the auth scheme options.static booleanisS3ExpressBucket(SdkRequest request) Determines if this request targets an S3Express bucket by checking the bucket name suffix.
-
Field Details
-
S3_EXPRESS
- See Also:
-
-
Method Details
-
isS3ExpressBucket
Determines if this request targets an S3Express bucket by checking the bucket name suffix. -
isS3ExpressAuthRequest
public static boolean isS3ExpressAuthRequest(SdkRequest request, ExecutionAttributes executionAttributes) Determines if this request uses S3Express auth by checking the auth scheme options. -
addS3ExpressBusinessMetricIfApplicable
public static void addS3ExpressBusinessMetricIfApplicable(Endpoint endpoint, ExecutionAttributes executionAttributes) Adds S3 Express business metric if applicable for the current operation.
-