e2e icon indicating copy to clipboard operation
e2e copied to clipboard

Add support for Azurite object storage

Open saswatamcode opened this issue 2 years ago • 0 comments

Adds Azurite blob storage and Azure cli runnable to e2edb. Useful for e2e tests involving Azure objstore.

Can use it with objstore config like,

type: AZURE
config:
  storage_account: devstoreaccount1
  storage_connection_string: "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;"
  container: bkt1
  endpoint: 0.0.0.0:10000

TODO: Actually write tests with it.

saswatamcode avatar Oct 27 '23 04:10 saswatamcode