Mkdir makes the directory (container, bucket) Shouldn't return an error if it already exists
(ctx context.Context, dir string)
| 51 | // |
| 52 | // Shouldn't return an error if it already exists |
| 53 | Mkdir(ctx context.Context, dir string) error |
| 54 | |
| 55 | // Rmdir removes the directory (container, bucket) if empty |
| 56 | // |
no outgoing calls