Skip to content

Commit

Permalink
Fix for boto3 user defined object stores.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed May 17, 2024
1 parent d774801 commit bd0b8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/objectstore/templates/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class Boto3Transfer(StrictModel):


class Boto3ObjectStoreConfiguration(StrictModel):
type: Literal["disk"]
type: Literal["boto3"]
auth: S3Auth
bucket: Boto3Bucket
connection: Optional[Boto3Connection] = None
Expand Down

0 comments on commit bd0b8e9

Please sign in to comment.