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

Add region kw argument to login. #581

Commits on Jun 14, 2024

  1. Add region-specific host constants.

    Some users need to log in to specific regions only.  This PR exposes
    host constants that make this easier, like so:
    
        import tiledb.cloud
        from tiledb.cloud.region import AWS
        tiledb.cloud.login(host=AWS.US_EAST_1)
    
    As of today, we support five AWS regions.
    NullHypothesis committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    53ce099 View commit details
    Browse the repository at this point in the history