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

Allow global configuration to include service-specific settings. #387

Merged
merged 1 commit into from
Oct 16, 2014

Conversation

lsegal
Copy link
Contributor

@lsegal lsegal commented Oct 16, 2014

Example:

AWS.config.update({s3: {endpoint: 'localhost'}});
var s3 = new AWS.S3(); // will hit the localhost endpoint
var other_s3 = new AWS.S3(); // this one too

Example:

    AWS.config.update({s3: {endpoint: 'localhost'}});
    var s3 = new AWS.S3(); // will hit the localhost endpoint
    var other_s3 = new AWS.S3(); // this one too
AdityaManohar added a commit that referenced this pull request Oct 16, 2014
Allow global configuration to include service-specific settings.
@AdityaManohar AdityaManohar merged commit f618e06 into master Oct 16, 2014
@AdityaManohar AdityaManohar deleted the service-specific-global-config branch October 16, 2014 18:39
lsegal added a commit that referenced this pull request Oct 16, 2014
@lock
Copy link

lock bot commented Sep 28, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants