diff --git a/src/toil/jobStores/aws/jobStore.py b/src/toil/jobStores/aws/jobStore.py index dbdf8517e9..3a7ec297ea 100644 --- a/src/toil/jobStores/aws/jobStore.py +++ b/src/toil/jobStores/aws/jobStore.py @@ -823,7 +823,7 @@ def bucket_retry_predicate(error): bucketExisted = True try: - # the head_bucket() call makes sure that the bucket exists and the user can access it + # make sure bucket exists and user can access it head_s3_bucket(Bucket=bucket_name) bucket = self.s3_resource.Bucket(bucket_name)