[config] Use Bucket type
This commit is contained in:
parent
605e62b957
commit
a500e1f9d3
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
package net.kemitix.s3thorp
|
||||
|
||||
case class Config(bucket: String = "",
|
||||
import net.kemitix.s3thorp.Sync.{Bucket, LocalPath}
|
||||
|
||||
case class Config(bucket: Bucket = "",
|
||||
prefix: String = "",
|
||||
source: String = ""
|
||||
source: LocalPath
|
||||
) {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue