This is an automated email from the ASF dual-hosted git repository.

abhishekrb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new b59317e42b5 Fix typo in security.md (#17413)
b59317e42b5 is described below

commit b59317e42b541ca51149ac9ecd953b5075ed41c6
Author: Benjamin Hopp <[email protected]>
AuthorDate: Fri Oct 25 15:43:58 2024 -0500

    Fix typo in security.md (#17413)
    
    No longer using Azure Blog storage, moving to Blobs instead.
---
 docs/multi-stage-query/security.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/multi-stage-query/security.md 
b/docs/multi-stage-query/security.md
index 2ec7956e7cd..2aed00ab851 100644
--- a/docs/multi-stage-query/security.md
+++ b/docs/multi-stage-query/security.md
@@ -62,7 +62,7 @@ Depending on what a user is trying to do, they might also 
need the following per
 
 ## Permissions for durable storage
 
-The MSQ task engine can use Amazon S3 or Azure Blog Storage to store 
intermediate files when running queries. To upload, read, move and delete these 
intermediate files, the MSQ task engine requires certain permissions specific 
to the storage provider. 
+The MSQ task engine can use Amazon S3 or Azure Blob Storage to store 
intermediate files when running queries. To upload, read, move and delete these 
intermediate files, the MSQ task engine requires certain permissions specific 
to the storage provider. 
 
 ### S3
 
@@ -80,4 +80,4 @@ The MSQ task engine needs the following permissions for 
pushing, fetching, and r
 - `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read` to 
read and list files in durable storage 
 - `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write` to 
write files in durable storage.
 - `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action` 
to create files in durable storage.
-- `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete` to 
delete files when they're no longer needed.
\ No newline at end of file
+- `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete` to 
delete files when they're no longer needed.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to