Reference
PachCTL

Boto3

Learn how to configure Boto for Pachyderm's S3 Gateway

March 29, 2023

Before You Start #

Before using Boto3, you need to set up authentication credentials for your AWS account using the AWS CLI as mentioned previously.

Configuration Steps #

Then follow the Using boto documentation starting with importing boto3 in your python file and creating your S3 resources.

📖

Find boto3 full documentation here.