add filer replication to aws s3

This commit is contained in:
Chris Lu
2018-10-06 17:10:15 -07:00
parent 84d4a2c8a0
commit a5b5887efc
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ func init() {
}
func (s3sink *S3Sink) GetName() string {
return "filer"
return "s3"
}
func (s3sink *S3Sink) GetSinkToDirectory() string {