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

io.findify.s3mock.response.CopyObjectResult.scala Maven / Gradle / Ivy

The newest version!
package io.findify.s3mock.response

import akka.http.scaladsl.model.DateTime


/**
  * Created by shutty on 12/3/16.
  */
case class CopyObjectResult(lastModified: DateTime, etag: String) {
  def toXML =
    
      {lastModified.toString}Z
      "{etag}"
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy