mirror of
https://github.com/rclone/rclone.git
synced 2025-06-10 00:53:35 +08:00
azureblob: add missing type assertions for GetTier/SetTier
This commit is contained in:
@ -1508,4 +1508,6 @@ var (
|
||||
_ fs.ListRer = &Fs{}
|
||||
_ fs.Object = &Object{}
|
||||
_ fs.MimeTyper = &Object{}
|
||||
_ fs.GetTierer = &Object{}
|
||||
_ fs.SetTierer = &Object{}
|
||||
)
|
||||
|
Reference in New Issue
Block a user