Nathan Cai
09/24/2025, 11:59 PM# Supply actual values for the s3
Not
# Supply actual values for the se
in the docs?
https://docs.daft.ai/en/stable/connectors/aws/#rely-on-environment
from <http://daft.io|daft.io> import IOConfig, S3Config
# Supply actual values for the se
io_config = IOConfig(s3=S3Config(key_id="key_id", session_token="session_token", secret_key="secret_key"))
# Globally set the default IOConfig for any subsequent I/O calls
daft.set_planning_config(default_io_config=io_config)
# Perform some I/O operation
df = daft.read_parquet("<s3://my_bucket/my_path/**/*>")Desmond Cheong
09/25/2025, 4:34 AMNathan Cai
09/25/2025, 3:29 PM