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

Enabled the use of secondary Azure storage endpoint in addition to th… #93

Closed
wants to merge 6 commits into from

Commits on Jun 16, 2015

  1. Enabled the use of secondary Azure storage endpoint in addition to th…

    …e primary end point:
    
    * Added account2 and key2 to specific the alternate storage; this account is always accessed through the secondary endpoint
    * Added “use_secondary” to the Azure repository settings; if true, uses the account2/key2 and secondary endpoint; otherwise, use the original account/key and primary endpoint
    * Avoid writing to the secondary endpoint during snapshot repository registration
    * Fixed the encapsulation of AzureBlobStore class so that it controls whether to pass on the useSecondary flag; this avoids having a mode in AzureStorageServiceImpl as to which client is selected.
    craigwi committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    8dc76a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2015

  1. Specify account and location_mode in repository description; main con…

    …figuration allows an array of
    
    storage accounts and keys; account2 and key2 removed.  Only one active location_mode per account allowed.
    craigwi committed Jun 21, 2015
    Configuration menu
    Copy the full SHA
    84844f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2015

  1. For backwards compatibility, not specifying an account in the reposit…

    …ory means to use the first one in the list
    craigwi committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    1c77af1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2015

  1. Configuration menu
    Copy the full SHA
    8c1f5de View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. Merge branch 'es-1.6' of https://github.com/elastic/elasticsearch-clo…

    …ud-azure into latest-es-1.6
    craigwi committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    91d2b9a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. Merge branch 'latest-es-1.6' into es-1.6

    craigwi committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    e138b6c View commit details
    Browse the repository at this point in the history