Skip to content

Commit

Permalink
Merge pull request #6 from AstroHQ/jtk/blob-tags
Browse files Browse the repository at this point in the history
feat: support parsing blob tags in list_blobs via include
  • Loading branch information
nulian authored Jan 23, 2024
2 parents 956169a + e95496f commit 36ae10b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/storage/container.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ defmodule ExMicrosoftAzureStorage.Storage.Container do
blobs: [
~x"/EnumerationResults/Blobs/Blob"l,
name: ~x"./Name/text()"s,
tags: [
~x"./Tags/TagSet/Tag"l,
key: ~x"./Key/text()"s,
value: ~x"./Value/text()"s
],
properties: [
~x"./Properties",
etag: ~x"./Etag/text()"s,
Expand Down

0 comments on commit 36ae10b

Please sign in to comment.