Skip to content

Commit

Permalink
feat: removing bucket from dock models (they get included in the url)
Browse files Browse the repository at this point in the history
dbirman committed Mar 21, 2024
1 parent bda7509 commit 1c247bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vbl_aquarium/models/dock.py
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@
# Models for sending data to dock server
class BucketModel(VBLBaseModel):
token: str
bucket: str
password: str


@@ -17,10 +16,8 @@ class UploadModel(VBLBaseModel):

# Models for sending save/load messages
class SaveModel(VBLBaseModel):
bucket: str
password: str


class LoadModel(VBLBaseModel):
bucket: str
password: str

0 comments on commit 1c247bf

Please sign in to comment.