oracle-object-storage: doc fix

See #6521
This commit is contained in:
Manoj Ghosh 2022-10-28 11:32:17 -07:00 committed by GitHub
parent 22abcc9fd2
commit 1fc864fb32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -686,6 +686,7 @@ var (
_ fs.PutStreamer = &Fs{}
_ fs.ListRer = &Fs{}
_ fs.Commander = &Fs{}
_ fs.CleanUpper = &Fs{}
_ fs.Object = &Object{}
_ fs.MimeTyper = &Object{}