Skip to content

Commit 5e0a2d3

Browse files
committed
cleanup
1 parent 3bb9b58 commit 5e0a2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
region_name = boto3.session.Session().region_name
7979
s3_client = boto3.client('s3', region_name=region_name)
8080
endpointUrl = s3_client.meta.endpoint_url
81-
s3_client = boto3.client('s3', endpoint_url=endpointUrl, region_name=region_name, config=boto3.session.Config(s3={'addressing_style': 'virtual'}, signature_version='s3v4'))
81+
s3_client = boto3.client('s3', endpoint_url=endpointUrl, region_name=region_name)
8282
s3_resource= boto3.resource('s3')
8383

8484
startup_timer.record("other imports")

0 commit comments

Comments
 (0)