Skip to content

Commit

Permalink
Made boto_timeout configurable, fix isort issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ibazulic committed Mar 6, 2024
1 parent 73a7e6d commit 0a65eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
import boto3.session
import botocore.config
import botocore.exceptions
from botocore.client import Config
from botocore.credentials import (
DeferredRefreshableCredentials,
create_assume_role_refresher,
)
from botocore.client import Config
from botocore.signers import CloudFrontSigner
from cachetools.func import lru_cache
from cryptography.hazmat.backends import default_backend
Expand Down Expand Up @@ -885,7 +885,7 @@ def __init__(self, context, storage_path, access_key, secret_key, bucket_name, b
access_key,
secret_key,
)

self.boto_timeout = boto_timeout

# Workaround for setting GCS cors at runtime with boto
Expand Down

0 comments on commit 0a65eb8

Please sign in to comment.