Skip to content

AWS S3Client with AWS Direct Connect #2691

Answered by yasminetalby
pcaswell asked this question in Q&A
Discussion options

You must be logged in to vote

@github-actions proposed-answer
Hello @pcaswell ,

Thank you very much for your answer.
Yes this looks right. There are actually samples provided in Java and python here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html#privatelink-aws-sdk-examples (which I am assuming is the documentation you are referring to, just linking here for context in case someone else is searching for this) the process is quite similar for the CPP SDK.

If you take a look at the java v2 example:

Region region = Region.US_EAST_1;
s3Client = S3Client.builder().region(region)
                   .endpointOverride(URI.create("https://bucket.vpce-1a2b3c4d-5e6f.s3.us-east-1.vpce.…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@github-actions
Comment options

Answer selected by pcaswell
Comment options

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

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 10 days.
2 participants