[config] Add stub config class
This commit is contained in:
parent
9fa2bfea24
commit
d45f590c15
1 changed files with 7 additions and 0 deletions
7
src/main/scala/net/kemitix/s3thorp/Config.scala
Normal file
7
src/main/scala/net/kemitix/s3thorp/Config.scala
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
package net.kemitix.s3thorp
|
||||||
|
|
||||||
|
case class Config(bucket: String,
|
||||||
|
prefix: String
|
||||||
|
) {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue