Package

com.rasterfoundry.api

uploads

Permalink

package uploads

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

Type Members

  1. final case class Credentials(AccessKeyId: String, Expiration: String, SecretAccessKey: String, SessionToken: String) extends AWSCredentials with AWSSessionCredentials with Product with Serializable

    Permalink
  2. final case class CredentialsWithBucketPath(credentials: Credentials, bucketPath: String) extends Product with Serializable

    Permalink
  3. trait UploadQueryParameterDirective extends QueryParametersCommon

    Permalink
  4. trait UploadRoutes extends Authentication with UploadQueryParameterDirective with PaginationDirectives with CommonHandlers with UserErrorHandler with AWSBatch

    Permalink

Value Members

  1. object Credentials extends Serializable

    Permalink
  2. object CredentialsService extends Config with LazyLogging

    Permalink
  3. object CredentialsWithBucketPath extends Serializable

    Permalink
  4. def listAllowedFilesInS3Source(source: String): List[String]

    Permalink
  5. implicit def stringAsJavaURI(uri: String): URI

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped