Package

com.github.rstradling.awsio

s3

Permalink

package s3

Visibility
  1. Public
  2. All

Type Members

  1. trait BucketOps[F[_]] extends AnyRef

    Permalink

    Final tagless style of S3 operations on a S3 bucket

    Final tagless style of S3 operations on a S3 bucket

    F

    - The effect type to use like Monix Task or IO

  2. class BucketOpsAwsImpl[F[_]] extends BucketOps[F]

    Permalink

    Implementation of the aws bucket operations using an S3 async client.

    Implementation of the aws bucket operations using an S3 async client. This client uses a Java 8 CompleteableFuture

    F

    - The effect type to use like Monix Task or IO

  3. trait ObjectOps[F[_]] extends AnyRef

    Permalink

    Final tagless style of S3 operations on an s3 file.

    Final tagless style of S3 operations on an s3 file.

    Note: All of these operations need more work to get it over to fs2 implementation

    F

    - The effect type to use like Monix Task or IO

  4. class ObjectOpsAwsImpl[F[_]] extends ObjectOps[F]

    Permalink

Ungrouped