diff --git a/bin/swift b/bin/swift
index 57607309..7b109354 100755
--- a/bin/swift
+++ b/bin/swift
@@ -1032,10 +1032,6 @@ def parse_args(parser, args, enforce_requires=True):
         'region_name': options.os_region_name,
     }
 
-    # Handle trailing '/' in URL
-    if options.auth and not options.auth.endswith('/'):
-        options.auth += '/'
-
     if enforce_requires and \
             not (options.auth and options.user and options.key):
         exit('''