Skip to content

Commit

Permalink
update cloudbucket docstring and release sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Lombardi committed Mar 3, 2025
1 parent a13fbed commit ebda238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beta9"
version = "0.1.179"
version = "0.1.180"
description = ""
authors = ["beam.cloud <[email protected]>"]
packages = [
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/beta9/abstractions/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ def __init__(self, name: str, mount_path: str, config: CloudBucketConfig) -> Non
name="other_model_weights",
mount_path="./other-weights",
config=CloudBucketConfig(
access_key="my-access-key",
secret_key="my-secret-key",
access_key="MY_ACCESS_KEY_SECRET",
secret_key="MY_SECRET_KEY_SECRET",
endpoint="https://s3-endpoint.com",
),
)
Expand Down

0 comments on commit ebda238

Please sign in to comment.