yangaws commented on a change in pull request #4091: [AIRFLOW-2524] Update SageMaker hook, operator and sensor for training, tuning and transform URL: https://github.com/apache/incubator-airflow/pull/4091#discussion_r229641313
########## File path: airflow/hooks/S3_hook.py ########## @@ -69,6 +69,23 @@ def get_bucket(self, bucket_name): s3 = self.get_resource_type('s3') return s3.Bucket(bucket_name) + def create_bucket(self, bucket_name): Review comment: Oops! Tests added. Nice catch! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services