mirror of
https://github.com/datarhei/core.git
synced 2025-11-02 12:14:12 +08:00
Add S3 storage support
This commit is contained in:
@@ -62,6 +62,11 @@ func New(config Config) Filesystem {
|
||||
rfs.logger = log.New("")
|
||||
}
|
||||
|
||||
rfs.logger = rfs.logger.WithFields(log.Fields{
|
||||
"name": config.FS.Name(),
|
||||
"type": config.FS.Type(),
|
||||
})
|
||||
|
||||
rfs.cleanupPatterns = make(map[string][]Pattern)
|
||||
|
||||
// already drain the stop
|
||||
|
||||
Reference in New Issue
Block a user