S3 Tutorial
This functionality requires an experimental
s3
plugin. Read More
Frictionless supports reading data from an S3 cloud source. You can read files in any format that is available in your bucket.
CLI
#
Reading DataYou can read from this source using Package/Resource
, for example:
Python
For reading from a private bucket you need to setup AWS creadentials as it's described in the Boto3 documentation.
#
Writing DataA similiar approach can be used for writing:
Python
#
Configuring DataThere is a Control
to configure how Frictionless read files in this storage. For example:
Python
References: