[s3client] Create triat
This commit is contained in:
parent
6eab5ada1e
commit
f618d73fa2
1 changed files with 9 additions and 0 deletions
9
src/main/scala/net/kemitix/s3thorp/S3Client.scala
Normal file
9
src/main/scala/net/kemitix/s3thorp/S3Client.scala
Normal file
|
@ -0,0 +1,9 @@
|
|||
package net.kemitix.s3thorp
|
||||
|
||||
import net.kemitix.s3thorp.Sync.{Hash, LastModified}
|
||||
|
||||
trait S3Client {
|
||||
|
||||
def objectHead(bucket: String, key: String): (Hash, LastModified)
|
||||
|
||||
}
|
Loading…
Reference in a new issue