o

geotrellis.store.s3

S3ClientProducer

object S3ClientProducer

Singleton which can be used to customize the default S3 client used throughout geotrellis

Various classes are loaded based on URI patterns and because SPI requires parameterless constructors, it is necessary to register any customizations to the S3Client that should be applied by default here.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3ClientProducer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def get: () ⇒ S3Client

    Get the current function registered as default for summong S3Clients

  2. def set(getClient: () ⇒ S3Client): Unit

    Set an alternative default function for summoning S3Clients