[config] Add stub config class

This commit is contained in:
Paul Campbell 2019-05-06 10:31:27 +01:00
parent 9fa2bfea24
commit d45f590c15

View file

@ -0,0 +1,7 @@
package net.kemitix.s3thorp
case class Config(bucket: String,
prefix: String
) {
}