Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Side by Side Diff: tests/devpay/test_s3.py

Issue 8386013: Merging in latest boto. (Closed) Base URL: svn://svn.chromium.org/boto
Patch Set: Redoing vendor drop by deleting and then merging. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/devpay/__init__.py ('k') | tests/ec2/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 # Copyright (c) 2006,2007 Mitch Garnaat http://garnaat.org/ 3 # Copyright (c) 2006,2007 Mitch Garnaat http://garnaat.org/
4 # 4 #
5 # Permission is hereby granted, free of charge, to any person obtaining a 5 # Permission is hereby granted, free of charge, to any person obtaining a
6 # copy of this software and associated documentation files (the 6 # copy of this software and associated documentation files (the
7 # "Software"), to deal in the Software without restriction, including 7 # "Software"), to deal in the Software without restriction, including
8 # without limitation the rights to use, copy, modify, merge, publish, dis- 8 # without limitation the rights to use, copy, modify, merge, publish, dis-
9 # tribute, sublicense, and/or sell copies of the Software, and to permit 9 # tribute, sublicense, and/or sell copies of the Software, and to permit
10 # persons to whom the Software is furnished to do so, subject to the fol- 10 # persons to whom the Software is furnished to do so, subject to the fol-
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 except S3PermissionsError: 168 except S3PermissionsError:
169 pass 169 pass
170 # now delete all keys in bucket 170 # now delete all keys in bucket
171 for k in all: 171 for k in all:
172 bucket.delete_key(k, headers=DEVPAY_HEADERS) 172 bucket.delete_key(k, headers=DEVPAY_HEADERS)
173 # now delete bucket 173 # now delete bucket
174 174
175 c.delete_bucket(bucket, headers=DEVPAY_HEADERS) 175 c.delete_bucket(bucket, headers=DEVPAY_HEADERS)
176 176
177 print '--- tests completed ---' 177 print '--- tests completed ---'
OLDNEW
« no previous file with comments | « tests/devpay/__init__.py ('k') | tests/ec2/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698