Skip to content

Commit

Permalink
Issue #3412 Support custom aws s3 endpoints - disable ssl warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mzueva committed Dec 13, 2023
1 parent 90360f3 commit 1b1b801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipe-cli/src/utilities/storage/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@

import requests
requests.urllib3.disable_warnings()
import botocore.vendored.requests.packages.urllib3 as boto_urllib3
boto_urllib3.disable_warnings()


class UploadedObjectsContainer:
Expand Down

0 comments on commit 1b1b801

Please sign in to comment.