We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bda6b7 commit 8ad8428Copy full SHA for 8ad8428
api/terraform/python/openai_api/lambda_openai_function/tests/test_custom_config.py
@@ -177,6 +177,7 @@ def test_aws_s3_bucket(self):
177
folder_name = "test_folder/"
178
file_name = folder_name + "test_file"
179
180
+ print("Testing aws_s3_bucket_name: ", aws_s3_bucket_name)
181
# Connect to the aws_s3_bucket_name
182
try:
183
s3.head_bucket(Bucket=aws_s3_bucket_name)
0 commit comments