S3ConfigurationLocation

com.gu.conf.S3ConfigurationLocation
See theS3ConfigurationLocation companion object
case class S3ConfigurationLocation(bucket: String, path: String, region: String) extends ConfigurationLocation

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigurationLocation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def load(credentials: => AwsCredentialsProvider): Config

Attributes

Definition Classes
ConfigurationLocation

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product