Skip to content

Commit 9eecdc1

Browse files
committed
Merge branch 'add-dev-toc-redux' of github.com:github/docs-internal into add-dev-toc-redux
2 parents e6629a6 + ef8e866 commit 9eecdc1

40 files changed

Lines changed: 275 additions & 117 deletions

File tree

73 KB
Loading
95.6 KB
Loading
35.1 KB
Loading
43.3 KB
Loading
18.7 KB
Loading
535 KB
Loading
57.9 KB
Loading
56 KB
Loading

content/actions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ versions:
6666
<h2 class="mb-2 font-mktg h1">Code examples</h2>
6767

6868
<div class="pr-lg-3 mb-5 mt-3">
69-
<input class="js-code-example-filter input-lg py-2 px-3 col-12 col-lg-8 form-control" placeholder="Search code examples" type="text" autocomplete="off" />
69+
<input class="js-code-example-filter input-lg py-2 px-3 col-12 col-lg-8 form-control" placeholder="Search code examples" type="search" autocomplete="off" aria-label="Search code examples"/>
7070
</div>
7171

7272
<div class="d-flex flex-wrap gutter">

content/admin/packages/configuring-third-party-storage-for-packages.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ For the best experience, we recommend using a dedicated bucket for {% data varia
2121

2222
{% warning %}
2323

24-
**Warning:** Make sure to configure the bucket you'll want to use in the future. We do not recommend changing your storage after you start using {% data variables.product.prodname_registry %}.
24+
**Warnings:**
25+
- It's critical you set the restrictive access policies you want for your storage bucket because {% data variables.product.company_short %} does not apply specific object permissions or additional access control lists (ACLs) to your storage bucket configuration. For example, if you make your bucket public, data in the bucket will be accessible on the public internet. For more information, see [Setting bucket and object access permissions](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/set-permissions.html) in the AWS Documentation.
26+
- We recommend using a dedicated bucket for {% data variables.product.prodname_registry %}, separate from the bucket you use for {% data variables.product.prodname_actions %} storage.
27+
- Make sure to configure the bucket you'll want to use in the future. We do not recommend changing your storage after you start using {% data variables.product.prodname_registry %}.
2528

2629
{% endwarning %}
2730

0 commit comments

Comments
 (0)