Class UseGlobalEndpointResolver

java.lang.Object
software.amazon.awssdk.services.s3.internal.endpoints.UseGlobalEndpointResolver

public class UseGlobalEndpointResolver extends Object
Resolve the use global endpoint setting for S3.

This logic is identical to that in EnhancedS3ServiceMetadata, there's no good way to share it aside from creating a protected API that both the s3 and regions module consume.

  • Constructor Details

  • Method Details

    • resolve

      public boolean resolve(Region region)