objstore icon indicating copy to clipboard operation
objstore copied to clipboard

azure: Add new storage_create_container configuration property

Open willyborankin opened this issue 1 year ago • 0 comments

In some cases account does not have permissions to read container properties or create one but has all permissions to do CRUD operations inside the container, e.g SAS tokens. To solve such use case the new configuration property was added for the Azure object storage config which creates a new container explicitly by settings storage_create_container to true or false. To keep backward compatibility with existing object storage configurations the default value for it is always true.

  • [x] I added CHANGELOG entry for this change.
  • [ ] Change is not relevant to the end user.

Changes

azure: Add new storage_create_container configuration property

Verification

willyborankin avatar Apr 17 '24 11:04 willyborankin