mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 09:32:29 +08:00
azureblob: add missing type assertions for GetTier/SetTier
This commit is contained in:
parent
1a16849df0
commit
23dc313fa5
|
@ -1508,4 +1508,6 @@ var (
|
|||
_ fs.ListRer = &Fs{}
|
||||
_ fs.Object = &Object{}
|
||||
_ fs.MimeTyper = &Object{}
|
||||
_ fs.GetTierer = &Object{}
|
||||
_ fs.SetTierer = &Object{}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user