Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 22, 2023
1 parent 5359c6e commit b35d39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faassupervisor/storage/providers/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
get_bucket_name, get_file_key
from faassupervisor.utils import SysUtils

urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)

class S3(DefaultStorageProvider):
"""Class that manages downloads and uploads from S3."""
Expand Down

0 comments on commit b35d39e

Please sign in to comment.