AmazonS3ClientForBucket

Convenience trait. Same as AmazonS3Client but uses the same bucket

Since

10 Jul 2019

class Object
trait Matchable
class Any

Value members

Abstract methods

def copy(fromKey: S3FileKey, toKey: S3FileKey): F[Unit]
def copy(fromKey: S3FileKey, toBucket: S3Bucket, toKey: S3FileKey): F[Unit]
def delete(key: S3FileKey): F[Unit]
def exists(key: S3FileKey): F[Boolean]
def getStream(key: S3FileKey, chunkSize: Int): S3BinaryStream[F]
def list(prefix: S3Path): F[List[S3FileKey]]
def put(key: S3FileKey, content: S3BinaryContent): F[Unit]
def putStream(key: S3FileKey, content: S3BinaryStream[F]): F[Unit]
def unsafeJavaClient: S3AsyncClient