S3 Tutorial
This functionality requires an experimental
s3plugin. 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 Data#
You 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 Data#
A similiar approach can be used for writing:
Python
Configuring Data#
There is a Control to configure how Frictionless read files in this storage. For example:
Python
References:

