atoti_aws package¶
Module contents¶
Plugin to load CSV and Parquet files from AWS S3 into atoti stores.
This package is required to load files with paths starting with s3://
.
It can be installed with pip or conda:
pip install atoti[aws] conda install atoti-aws
Authentication is handled by the underlying AWS SDK for Java library. Refer to their documentation for the available options.
See also
atoti.config.create_aws_config()
to configure how atoti interacts with AWS.