Skip to content

Commit

Permalink
Remove reference to self.boto_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ibazulic committed Mar 6, 2024
1 parent 0a65eb8 commit 049c320
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions storage/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,6 @@ def __init__(self, context, storage_path, access_key, secret_key, bucket_name, b
secret_key,
)

self.boto_timeout = boto_timeout

# Workaround for setting GCS cors at runtime with boto
cors_xml = """<?xml version="1.0" encoding="UTF-8"?>
<CorsConfig>
Expand Down

0 comments on commit 049c320

Please sign in to comment.