Skip to content
Discussion options

You must be logged in to vote

The correct way to set useVirtualAddress is through the config object S3CrtClientConfiguration

Set it in the configuration before passing it to the client constructor:

Aws::S3Crt::S3CrtClientConfiguration config;
config.useVirtualAddressing = false; // or true

Aws::S3Crt::S3CrtClient client(config);

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by sbaluja
Comment options

You must be logged in to vote
1 reply
@sbaluja
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants