Fix workspace bucket fallback + typing error logging
This commit is contained in:
@@ -14,7 +14,7 @@ def _get_s3():
|
||||
|
||||
|
||||
def get_bucket() -> str:
|
||||
return os.environ['WORKSPACE_BUCKET_NAME']
|
||||
return os.environ.get('WORKSPACE_BUCKET_NAME', 'agent-claw-workspace-495395224548')
|
||||
|
||||
|
||||
def read_file(path: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user