Class

com.github.durre.amazonutils.s3

S3Client

Related Doc: package s3

Permalink

class S3Client extends S3

Linear Supertypes
S3, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3Client
  2. S3
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3Client(accessKey: String, secretKey: String, region: String = AwsDefaults.defaultRegion)(implicit ec: ExecutionContext)

    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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def delete(bucket: String, key: String): Future[Unit]

    Permalink

    Removes S3 object

    Removes S3 object

    bucket

    The bucket

    key

    The key

    Definition Classes
    S3ClientS3
  7. def download(s3Resource: S3Resource): Future[Path]

    Permalink

    Download a s3 object locally to a temporary file

    Download a s3 object locally to a temporary file

    s3Resource

    The s3 resource

    returns

    The local file in the future

    Definition Classes
    S3ClientS3
  8. def download(bucket: String, key: String): Future[Path]

    Permalink

    Download a s3 object locally to a temporary file

    Download a s3 object locally to a temporary file

    bucket

    The bucket

    key

    The s3 key

    returns

    The local file in the future

    Definition Classes
    S3ClientS3
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def signUrl(s3Resource: S3Resource, expires: LocalDateTime): URL

    Permalink

    Creates a temporary download url that can be used to access otherwise private resources

    Creates a temporary download url that can be used to access otherwise private resources

    s3Resource

    The resource to download

    expires

    When the url expires

    returns

    The url

    Definition Classes
    S3ClientS3
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. def upload(bucket: String, key: String, contentType: Option[String], file: File, cannedAcl: CannedAccessControlList): Future[S3Resource]

    Permalink

    Uploads a file to s3

    Uploads a file to s3

    bucket

    The bucket

    key

    The key

    contentType

    Optionally specify content type

    file

    The file to upload

    cannedAcl

    The permission to the file

    Definition Classes
    S3ClientS3
  22. final def wait(): Unit

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

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

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

Inherited from S3

Inherited from AnyRef

Inherited from Any

Ungrouped