mirror of
https://github.com/datarhei/core.git
synced 2025-10-20 14:45:27 +08:00
Add filesystem interface implementation for S3
This commit is contained in:
@@ -132,7 +132,7 @@ func NewDiskFilesystem(config DiskConfig) (Filesystem, error) {
|
||||
}
|
||||
|
||||
if fs.logger == nil {
|
||||
fs.logger = log.New("DiskFS")
|
||||
fs.logger = log.New("")
|
||||
}
|
||||
|
||||
if err := fs.Rebase(config.Dir); err != nil {
|
||||
|
Reference in New Issue
Block a user