Commit 861779bb by jctanner

Merge pull request #4457 from mbarrin/devel

Fixed crash when s3 bucket did not exist for put operation
parents cef7aaad ce0bf712
......@@ -371,6 +371,7 @@ def main():
# Lets check to see if bucket exists to get ground truth.
bucketrtn = bucket_check(module, s3, bucket)
if bucketrtn is True:
keyrtn = key_check(module, s3, bucket, obj)
# Lets check key state. Does it exist and if it does, compute the etag md5sum.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment