Description
Describe the issue
According to AWZS developer / maintainer (aajtod), there is documentation in the developer guide that shows how to create an S3 client with CA cert overrides.
This is in fact, not accurate as there is not a complete example, only a small code snip that cannot stand alone, nor be used to build a client successfully. We need a complete example of all steps required to build an S3 client that performs these overrides, and can be used to perform basic operations, such as a list, or other S3 op.
See the links below for the discussion and issue.
Also, see link to a Github repo I am working on which is attempting to create the S3 client with the cert overrides, and has an example that is a good starting point, but at this point does not yet compile.
Assistance needed.
Links
Link to Github repo developing S3 Rust library for AI/ML, with issue discussing in ability to create the S3 client with CA cert overrides, and potential code to try, but needs work:
russfellows/dlio_s3_rust#4