mirror of
https://github.com/rclone/rclone.git
synced 2026-01-03 17:13:18 +00:00
cloudinary: automatically add/remove known media files extensions #8416
This commit is contained in:
committed by
Nick Craig-Wood
parent
3e105f7e58
commit
078d202f39
@@ -18,7 +18,7 @@ type CloudinaryEncoder interface {
|
||||
ToStandardPath(string) string
|
||||
// ToStandardName takes name in this encoding and converts
|
||||
// it in Standard encoding.
|
||||
ToStandardName(string) string
|
||||
ToStandardName(string, string) string
|
||||
// Encoded root of the remote (as passed into NewFs)
|
||||
FromStandardFullPath(string) string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user