Merge pull request #3080 from bigpandaio/devel

Issue #3079: Initializing key_exists in case the S3 bucket does not exis...
pull/3081/merge
Michael DeHaan 12 years ago
commit f9ddfc6cab

@ -174,6 +174,7 @@ def main():
key_name = dest
# Check to see if the key already exists
key_exists = False
if bucket_exists is True:
try:
key_check = bucket.get_key(key_name)

Loading…
Cancel
Save