Browse code

Fixes auto-test following recent aws changes regarding bucket names. See: #957

Florent Viard authored on 2018/06/04 08:42:14
Showing 1 changed files
... ...
@@ -340,7 +340,7 @@ def bucket(tail):
340 340
         '''Test bucket name'''
341 341
         label = 'autotest'
342 342
         if str(tail) == '3':
343
-                label = 'Autotest'
343
+                label = 'autotest'
344 344
         return '%ss3cmd-%s-%s' % (bucket_prefix, label, tail)
345 345
 
346 346
 def pbucket(tail):