Skip to content

Commit

Permalink
Add region to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Jun 27, 2023
1 parent 430f789 commit 60e9a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/io/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def minio_io_config() -> daft.io.IOConfig:
endpoint_url="http://127.0.0.1:9000",
key_id="minioadmin",
access_key="minioadmin",
region_name="us-east-1",
)
)

Expand Down

0 comments on commit 60e9a1e

Please sign in to comment.