SNRK-76: Format files
This commit is contained in:
parent
028cf631f4
commit
81c7bbb073
@ -19,7 +19,7 @@ public data class LocalConfig(val path: Path): Config {
|
||||
}
|
||||
|
||||
/*
|
||||
* `~/.aws/credentials.json file is required
|
||||
* ~/.aws/credentials.json file is required
|
||||
*/
|
||||
internal fun buildS3Client(regionSpec: String): S3Client {
|
||||
return S3Client {
|
||||
|
@ -1,7 +1,5 @@
|
||||
package space.kscience.snark.storage
|
||||
|
||||
import space.kscience.snark.storage.local.localStorage
|
||||
import space.kscience.snark.storage.s3.s3Bucket
|
||||
import java.nio.file.Path
|
||||
import kotlin.io.path.Path
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user