Skip to content

Is this is also the correct way of creating a client, according to version 1.11, uisng sdk c++, by giving NULL in endpoint ? #2338

Answered by jmklix
Sach1nAgarwal asked this question in Q&A
Discussion options

You must be logged in to vote

You can find a bunch of examples here for how to create clients

Aws::Client::ClientConfiguration clientConfig;
clientConfig.region = "us-east-1";
Aws::S3::S3Client client(clientConfig);
//more s3 code

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@Sach1nAgarwal
Comment options

@jmklix
Comment options

@Sach1nAgarwal
Comment options

@jmklix
Comment options

Answer selected by yasminetalby
Comment options

You must be logged in to vote
2 replies
@parsley72
Comment options

@jmklix
Comment options

Comment options

You must be logged in to vote
1 reply
@SergeyRyabinin
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
4 participants