mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 16:22:43 +00:00
add auto_create_bucket defaulting to false, enabled for tests
This commit is contained in:
parent
d67d679baf
commit
72036891e8
5 changed files with 47 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ def s3_config(tmp_path):
|
|||
return S3FilesImplConfig(
|
||||
bucket_name="test-bucket",
|
||||
region="not-a-region",
|
||||
auto_create_bucket=True,
|
||||
metadata_store=SqliteSqlStoreConfig(db_path=db_path.as_posix()),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue