Class/Object

com.rasterfoundry.common

S3

Related Docs: object S3 | package common

Permalink

final case class S3(credentialsProviderChain: AWSCredentialsProvider = ..., region: Option[S3Region] = None) extends Serializable with Product

Linear Supertypes
Product, Equals, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3(credentialsProviderChain: AWSCredentialsProvider = ..., region: Option[S3Region] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bucketAndPrefixFromURI(uri: URI, stripSlash: Boolean = true): (String, String)

    Permalink
    Annotations
    @SuppressWarnings()
  6. lazy val client: AmazonS3

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copyListing(bucket: String, destBucket: String, sourcePrefix: String, destPrefix: String, listing: ObjectListing): Unit

    Permalink

    Copy buckets

    Copy buckets

    Annotations
    @tailrec()
  9. val credentialsProviderChain: AWSCredentialsProvider

    Permalink
  10. def doesObjectExist(bucket: String, key: String): Boolean

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getObject(s3bucket: String, s3prefix: String, requesterPays: Boolean = false): S3Object

    Permalink
  15. def getObject(uri: URI): S3Object

    Permalink
  16. def getObjectKeys(source: URI, stripSlash: Boolean = true): List[String]

    Permalink
  17. def getObjectPaths(source: URI, stripSlash: Boolean = true): List[String]

    Permalink
  18. def getS3Url(bucketName: String, key: String): URL

    Permalink
  19. def getSignedUrl(bucket: String, key: String, duration: Duration = Duration.ofDays(1)): URL

    Permalink
  20. def getSignedUrls(source: URI, duration: Duration = Duration.ofDays(1), stripSlash: Boolean = true): List[URL]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def listKeys(listObjectsRequest: ListObjectsRequest): Seq[String]

    Permalink

    List the keys to files found within a given bucket.

    List the keys to files found within a given bucket. (copied from GeoTrellis codebase)

    Annotations
    @SuppressWarnings()
  23. def listKeys(s3bucket: String, s3prefix: String, ext: String, recursive: Boolean = false, requesterPays: Boolean = false): Array[URI]

    Permalink

    List the keys to files found within a given bucket

  24. def listKeys(url: String, ext: String, recursive: Boolean): Array[URI]

    Permalink
  25. def listObjects(bucketName: String, prefix: String): ObjectListing

    Permalink
  26. def listObjects(uri: URI): ObjectListing

    Permalink
  27. def listObjects(listObjectsRequest: ListObjectsRequest): ObjectListing

    Permalink
  28. def maybeSignUri(uriString: String, whitelist: List[String] = List()): String

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def putObject(putObjectRequest: PutObjectRequest): PutObjectResult

    Permalink
  33. def putObject(bucket: String, key: String, file: File): PutObjectResult

    Permalink
  34. def putObjectString(bucket: String, key: String, contents: String): String

    Permalink
  35. val region: Option[S3Region]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped