Accessing Ozone object store with Amazon Boto3 client
Boto3 is an AWS SDK for Python. It provides object-oriented API services and low-level services to the AWS services. It allows users to create, and manage AWS services such as EC2 and S3. Understand how to access the Ozone object store with Amazon Boto3 client.
Prerequisites
Ensure you have installed a higher version of Python 3 for your Boto3 client. For information on Boto3 documentation, see Boto3 documentation.