[sync] add type Bucket
This commit is contained in:
parent
f618d73fa2
commit
605e62b957
1 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,9 @@ object Sync extends LocalFileStream with S3MetaDataEnricher {
|
||||||
}
|
}
|
||||||
} yield ()
|
} yield ()
|
||||||
|
|
||||||
type LocalPath = Path
|
type Bucket = String // the S3 bucket name
|
||||||
type RemotePath = String
|
type LocalPath = Path // fully qualified path to a file or directory
|
||||||
|
type RemotePath = String // path within an S3 bucket
|
||||||
type Hash = String // an MD5 hash
|
type Hash = String // an MD5 hash
|
||||||
type LastModified = Instant // or scala equivalent
|
type LastModified = Instant // or scala equivalent
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue