Class S3ControlConfiguration

    • Method Detail

      • fipsModeEnabled

        public boolean fipsModeEnabled()

        Returns whether the client has enabled fips mode for accessing S3 Control.

        Returns:
        True if client will use FIPS mode.
      • dualstackEnabled

        public boolean dualstackEnabled()

        Returns whether the client is configured to use dualstack mode for accessing S3. If you want to use IPv6 when accessing S3, dualstack must be enabled.

        Dualstack endpoints are disabled by default.

        Returns:
        True if the client will use the dualstack endpoints
      • useArnRegionEnabled

        public boolean useArnRegionEnabled()
        Returns whether the client is configured to make calls to a region specified in an ARN that represents an S3 resource even if that region is different to the region the client was initialized with. This setting is disabled by default.
        Returns:
        true if use arn region is enabled.