Package 

Class S3Config

  • All Implemented Interfaces:

    
    public final class S3Config
    
                        

    S3 Client Configuration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getUrl() URL to the S3 endpoint.
      final UShort getPort() Port for the S3 endpoint.
      final Boolean getSecure() Whether HTTPS should be used instead of plain HTTP.
      final String getAccessKey() Access token/key used to authenticate with the S3 service.
      final String getSecretKey() Secret token/key used to authenticate with the S3 service.
      final String getRegion() Default region to use if not specified in operation specific params.
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait