mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add filer replication to aws s3
This commit is contained in:
parent
84d4a2c8a0
commit
a5b5887efc
|
@ -77,7 +77,7 @@ func runFilerReplicate(cmd *Command, args []string) bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
if dataSink == nil {
|
if dataSink == nil {
|
||||||
println("no data sink defined:")
|
println("no data sink configured:")
|
||||||
for _, sk := range sink.Sinks {
|
for _, sk := range sink.Sinks {
|
||||||
println(" " + sk.GetName())
|
println(" " + sk.GetName())
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s3sink *S3Sink) GetName() string {
|
func (s3sink *S3Sink) GetName() string {
|
||||||
return "filer"
|
return "s3"
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s3sink *S3Sink) GetSinkToDirectory() string {
|
func (s3sink *S3Sink) GetSinkToDirectory() string {
|
||||||
|
|
Loading…
Reference in a new issue