Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
append minio. to ListObjectsOptions (#1438)
while using the api I copied and paste from the documentation and realized the example was incorrect which led to an error saying ListObjectsOptions was undefined. changing it to minio.ListObjectsOptions like the rest of the examples fixed the compile-time error.
- Loading branch information