Skip to content

Commit

Permalink
Merge pull request aws#4208 from aws/revert-4199-s3-integ-wait
Browse files Browse the repository at this point in the history
Revert "Wait until newly created objects are available in integ tests"
  • Loading branch information
joguSD authored Jun 5, 2019
2 parents 7a46f9b + aef2e82 commit d50be1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion awscli/testutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,6 @@ def put_object(self, bucket_name, key_name, contents='', extra_args=None):
call_args.update(extra_args)
response = client.put_object(**call_args)
self.addCleanup(self.delete_key, bucket_name, key_name)
self.wait_until_key_exists(bucket_name, key_name)

def delete_bucket(self, bucket_name, attempts=5, delay=5):
self.remove_all_objects(bucket_name)
Expand Down

0 comments on commit d50be1c

Please sign in to comment.