GetSubFolder returns a handle to the subfolder. Does not have to instantiate the subfolder in any material form.
(subFolderRelativePath string)
| 27 | |
| 28 | // GetSubFolder returns a handle to the subfolder. Does not have to instantiate the subfolder in any material form. |
| 29 | GetSubFolder(subFolderRelativePath string) Folder |
| 30 | |
| 31 | // ReadObject reads an object from the folder. Must return ObjectNotFoundError in case the object doesn't exist. |
| 32 | ReadObject(objectRelativePath string) (io.ReadCloser, error) |
no outgoing calls