At present AWSAuthConnection.get_path() suppresses consecutive slashes, which causes problems for
gsutil users who attempt to operate on objects created via libraries that don't do this suppression (e.g., they create an object "x//y" with one of those other libs, and then when they try to delete it using gsutil, boto turns the key name into "x/y", which results in a key not found error).
Since I believe there are systems/use cases that depend on the current behavior, I propose adding an optional suppressConsecSlashes param that defaults to False. Does anyone have comments/suggestions about this?