We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2c345 commit a02e8a8Copy full SHA for a02e8a8
storage/alist/alist.go
@@ -104,7 +104,7 @@ func (a *Alist) Name() string {
104
105
func (a *Alist) Save(ctx context.Context, reader io.Reader, storagePath string) error {
106
a.logger.Infof("Saving file to %s", storagePath)
107
-
+ storagePath = a.JoinStoragePath(storagePath)
108
ext := path.Ext(storagePath)
109
base := strings.TrimSuffix(storagePath, ext)
110
candidate := storagePath
0 commit comments