Ejemplo n.º 1
0
 def test_bucket_name_begins_period(self):
     check_bucket_name('.ddmybucket', False)
Ejemplo n.º 2
0
 def test_bucket_name_periods(self):
     check_bucket_name('dd..mybucket', False)
Ejemplo n.º 3
0
 def test_bucket_name_invalid_characters(self):
     check_bucket_name('$$$bcuket', False)
Ejemplo n.º 4
0
 def test_bucket_name_length(self):
     check_bucket_name('dd', False)
Ejemplo n.º 5
0
 def test_bucket_name(self):
     check_bucket_name('bucketName=', False)