1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

fs: define the optional interface SetMetadata and implement it in wrapping backends

This also implements backend integration tests for the feature
This commit is contained in:
Nick Craig-Wood
2024-05-08 17:06:55 +01:00
parent e9e9feb21e
commit cc634213a5
8 changed files with 121 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ func TestIntegration(t *testing.T) {
"GetTier",
"SetTier",
"Metadata",
"SetMetadata",
},
UnimplementableFsMethods: []string{
"PublicLink",