Package 

Object S3Api

  • All Implemented Interfaces:

    
    public class S3Api
    
                        

    S3 API Client Provider

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static S3Api INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static S3Client newClient(S3Config config) Gets a new S3Client instance configured with the given S3Config value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • newClient

         final static S3Client newClient(S3Config config)

        Gets a new S3Client instance configured with the given S3Config value.

        Clients are loaded dynamically from the first implementing library found on the classpath.

        Parameters:
        config - Configuration for the new client instance.