Commits
Adrián Rubio authored and GitHub committed 02132ce322b
fix(storage): bug when getting the root ref of a bucket (#3455) A bug crashes the app when trying to list objects, root urls don't have a "/" so rangeOfString gives location == NSNotFound, if it goes unchecked rangeOfSlash.location + 5 creates range outside the bounds Co-authored-by: Mike Hardy <github@mikehardy.net>