1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-02 08:40:20 +02:00

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

@ -77,7 +77,7 @@ func runFilerReplicate(cmd *Command, args []string) bool {
}
if dataSink == nil {
println("no data sink defined:")
println("no data sink configured:")
for _, sk := range sink.Sinks {
println(" " + sk.GetName())
}

View file

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