You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uploading a file with swift upload test some-file --object-name 'trailing spaces ' and looking at the returned JSON confirms that Swift itself can handle object names with trailing whitespace. So this is not just the simulator being too overbearing.
See the mock environment: an object named
foo
cannot be visited since trailing whitespace is stripped from the URL.The text was updated successfully, but these errors were encountered: