Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routing S3 traffic to/from specific AWS S3 region #71

Closed
gilmcgrath opened this issue Jul 9, 2013 · 2 comments
Closed

Routing S3 traffic to/from specific AWS S3 region #71

gilmcgrath opened this issue Jul 9, 2013 · 2 comments

Comments

@gilmcgrath
Copy link

I need to route S3 requests to specific S3 regions (i.e. url) and not rely on AWS network maps to route the standard s3 URL. This control is need to ensure controlled environment for specific S3 AWS test configurations.

@ywang19
Copy link
Contributor

ywang19 commented Jul 30, 2013

S3 adaptor supports one parameter named "endpoint", which is capable to support routing requests to different regions. e.g., setting "endpoint=https://s3-us-west-1.amazonaws.com" will create buckets in Oregon region. detailed s3 regions can be found at: http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region.

@ywang19 ywang19 closed this as completed Jul 30, 2013
@gilmcgrath
Copy link
Author

thanks

From: ywang19 <notifications@github.commailto:notifications@github.com>
Reply-To: intel-cloud/cosbench <reply@reply.github.commailto:reply@reply.github.com>
Date: Tuesday, July 30, 2013 4:12 AM
To: intel-cloud/cosbench <cosbench@noreply.github.commailto:cosbench@noreply.github.com>
Cc: Gil McGrath <gm2391@att.commailto:gm2391@att.com>
Subject: Re: [cosbench] Routing S3 traffic to/from specific AWS S3 region (#71)

S3 adaptor supports one parameter named "endpoint", which is capable to support routing requests to different regions. e.g., setting "endpoint=https://s3-us-west-1.amazonaws.com" will create buckets in Oregon region. detailed s3 regions can be found at: http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region.


Reply to this email directly or view it on GitHubhttps://github.com//issues/71#issuecomment-21775732.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants