Obtaining resources to Ozone
Understand the avaialble documentation to create the required S3 resources.
See Amazon Boto3 documentation to create the required S3 resources: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/resources.html
s3 = boto3.resource('s3',
endpoint_url='http://localhost:9878',
aws_access_key_id='testuser/scm@EXAMPLE.COM',
aws_secret_access_key='c261b6ecabf7d37d5f9ded654b1c724adac9bd9f13e247a235e567e8296d2999'
)
'endpoint_url' is pointing to Ozone s3 endpoint.