Skip to content

Commit

Permalink
Support addressing_style for rohmu s3 configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
bugant committed Oct 5, 2023
1 parent 77a2590 commit 066a3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astacus/common/rohmustorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class RohmuS3StorageConfig(RohmuProxyStorage):
is_secure: Optional[bool] = False
is_verify_tls: Optional[bool] = False
prefix: Optional[str] = None
addressing_style: Optional[str] = None
# Some more obscure options with defaults are omitted


Expand Down

0 comments on commit 066a3d3

Please sign in to comment.