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

Support for multiple accounts #2

Closed
felixge opened this issue Oct 23, 2010 · 2 comments
Closed

Support for multiple accounts #2

felixge opened this issue Oct 23, 2010 · 2 comments

Comments

@felixge
Copy link

felixge commented Oct 23, 2010

Just looked over the code, and it seems like setAuth effects the state of the module, making it impossible to work with multiple accounts. Is that correct, or are there no race conditions to be expected when calling setAuth?

@indexzero
Copy link
Member

No, this was a by design decision that I made. I've been rethinking it though as we've had some multi-account needs at Nodejitsu. Perhaps refactoring 'core.js' into 'client.js' to support these scenarios.

There would probably be race conditions from this line, since the X-AUTH-TOKEN is set from the cloudfiles.config object: http://github.com/nodejitsu/node-cloudfiles/blob/master/lib/cloudfiles/utils.js#L120

@indexzero
Copy link
Member

Fixed in 0.2.0

This issue was closed.
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