Skip to content

Commit

Permalink
Merge pull request #69 from grycap/dev-calarcon
Browse files Browse the repository at this point in the history
MinIO warnings fixes
  • Loading branch information
catttam authored Apr 6, 2023
2 parents 47337f1 + 820ecaa commit 6a81a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions faassupervisor/storage/providers/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
related with the S3 storage provider. """

import boto3
from requests.packages import urllib3
from faassupervisor.logger import get_logger
from faassupervisor.storage.providers import DefaultStorageProvider, \
get_bucket_name, get_file_key
from faassupervisor.utils import SysUtils

urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)

class S3(DefaultStorageProvider):
"""Class that manages downloads and uploads from S3."""
Expand Down
2 changes: 1 addition & 1 deletion faassupervisor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Stores the package version."""


__version__ = '1.5.7'
__version__ = '1.5.8'

0 comments on commit 6a81a18

Please sign in to comment.