Skip to content

Commit

Permalink
correct spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
  • Loading branch information
somtochiama committed Oct 7, 2022
1 parent 5eeaa64 commit 874714a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/spec/v1beta2/buckets.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,11 +541,13 @@ If the same key is present in the both of them, the value in the `sasKey` takes
continue to access Azure Storage. It is allowed to use an account-level or container-level SAS token.

The minimum permissions for an account-level SAS token are:

- Allowed services: `Blob`
- Allowed resource types: `Container`, `Object`
- Allowed permissions: `Read`, `List`

The minimum permissions for a container-level SAS token are:
The minimum permissions for a container-level SAS token are:

- Allowed permissions: `Read`, `List`

Refer to the [Azure documentation](https://learn.microsoft.com/en-us/rest/api/storageservices/create-account-sas#blob-service) for a full overview on permissions.
Expand Down

0 comments on commit 874714a

Please sign in to comment.