Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bugfix] Avoid Nil Point Dereference on 404 (#717)
Netapp ONTAP S3 systems do not return a KeyCount when the requested object doesn't exist. This deserializes as nil and can cause a nil pointer dereference. Checking the pointer for nil first avoids this.
- Loading branch information