1
0
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:
yuval-cloudinary
2025-02-23 13:56:32 +02:00
committed by Nick Craig-Wood
parent 3e105f7e58
commit 078d202f39
3 changed files with 79 additions and 14 deletions

View File

@@ -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
}