Skip to content

Commit

Permalink
Adjust text of Azure Blob Storage marker file hint (#15392)
Browse files Browse the repository at this point in the history
Fixes #8270
  • Loading branch information
w-ko authored Mar 13, 2024
1 parent e002fe0 commit c4bf48d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
15 changes: 12 additions & 3 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1805,10 +1805,10 @@
]
},
{
"login": "DAud-IcI",
"name": "El-Saig Dávid",
"login": "sarahelsaig",
"name": "Sára El-Saig",
"avatar_url": "https://avatars1.githubusercontent.com/u/4007293?v=4",
"profile": "https://github.com/DAud-IcI",
"profile": "https://github.com/sarahelsaig",
"contributions": [
"code"
]
Expand Down Expand Up @@ -2825,6 +2825,15 @@
"contributions": [
"code"
]
},
{
"login": "w-ko",
"name": "Holerö",
"avatar_url": "https://avatars.githubusercontent.com/u/126988022?v=4",
"profile": "https://github.com/w-ko",
"contributions": [
"code"
]
}
],
"skipCi": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ private async Task CreateDirectoryAsync(string path)
var placeholderBlob = GetBlobReference(this.Combine(path, DirectoryMarkerFileName));

// Create a directory marker file to make this directory appear when listing directories.
using var stream = new MemoryStream(Encoding.UTF8.GetBytes("This is a directory marker file created by Orchard Core. It is safe to delete it."));
using var stream = new MemoryStream(Encoding.UTF8.GetBytes("This is a directory marker file used by Orchard Core."));
await placeholderBlob.UploadAsync(stream);
}

Expand Down
3 changes: 2 additions & 1 deletion src/docs/community/contributors/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributors ✨

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-304-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-305-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key))! You can add new contributors by [using the All Contributors bot](https://allcontributors.org/docs/en/bot/usage).
Expand Down Expand Up @@ -416,6 +416,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="16.66%"><a href="https://github.com/yaricrolletservico"><img src="https://avatars.githubusercontent.com/u/101557629?v=4?s=100" width="100px;" alt="yaricrolletservico"/><br /><sub><b>yaricrolletservico</b></sub></a><br /><a href="https://github.com/OrchardCMS/OrchardCore/commits?author=yaricrolletservico" title="Code">💻</a></td>
<td align="center" valign="top" width="16.66%"><a href="https://github.com/viktoriamagyar"><img src="https://avatars.githubusercontent.com/u/84029837?v=4?s=100" width="100px;" alt="Viktória Magyar"/><br /><sub><b>Viktória Magyar</b></sub></a><br /><a href="#eventOrganizing-viktoriamagyar" title="Event Organizing">📋</a></td>
<td align="center" valign="top" width="16.66%"><a href="https://github.com/SimonCropp"><img src="https://avatars.githubusercontent.com/u/122666?v=4?s=100" width="100px;" alt="Simon Cropp"/><br /><sub><b>Simon Cropp</b></sub></a><br /><a href="https://github.com/OrchardCMS/OrchardCore/commits?author=SimonCropp" title="Code">💻</a></td>
<td align="center" valign="top" width="16.66%"><a href="https://github.com/w-ko"><img src="https://avatars.githubusercontent.com/u/126988022?v=4?s=100" width="100px;" alt="Holerö"/><br /><sub><b>Holerö</b></sub></a><br /><a href="https://github.com/OrchardCMS/OrchardCore/commits?author=w-ko" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit c4bf48d

Please sign in to comment.