All Downloads are FREE. Search and download functionalities are using the official Maven repository.

awscala.s3.Grant.scala Maven / Gradle / Ivy

The newest version!
package awscala.s3

import com.amazonaws.services.{ s3 => aws }

object Grant {
  def apply(g: aws.model.Grant): Grant = Grant(Grantee(g.getGrantee), g.getPermission)
}
case class Grant(grantee: Grantee, permission: Permission) extends aws.model.Grant(grantee, permission)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy