OpenSearch/plugins/repository-azure
David Pilato 84a3899550 Simplify Azure blobStore method signatures (#26752)
While working on #26751, I found that we are passing the container name on every single method although we don't need it as it is stored within the blobstore object already.

This commit simplifies a bit that part of the code.

It also removes `repositoryName` from AzureBlobStore which was not used anymore.
Also we move some properties in AzureBlobContainer to `private` members.
2017-10-04 20:17:50 +02:00
..
licenses Update to Azure Storage 5.0.0 2017-03-08 21:56:19 -08:00
src Simplify Azure blobStore method signatures (#26752) 2017-10-04 20:17:50 +02:00
build.gradle Move all repository-azure classes under one single package (#26624) 2017-09-14 11:56:02 +02:00