1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #32337 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-04-02 05:59:31 -04:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -72,6 +72,14 @@ You set up the audit log stream on {% data variables.product.product_name %} by
### Setting up streaming to Amazon S3
{% ifversion ghes %}
{% note %}
**Note**: The Amazon region `us-east-1` must be reachable from your appliance in order for streaming to S3 to work accordingly.
{% endnote %}
{% endif %}
{% ifversion streaming-oidc-s3 %}
You can set up streaming to S3 with access keys or, to avoid storing long-lived secrets in {% data variables.product.product_name %}, with OpenID Connect (OIDC).

View File

@@ -30,7 +30,7 @@ The REST API for searching items has a custom rate limit that is separate from t
- The `integration_manifest` object provides your rate limit status for the `POST /app-manifests/{code}/conversions` operation. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app-from-a-manifest#3-you-exchange-the-temporary-code-to-retrieve-the-app-configuration)."
fpt or ghec or ghes %}* The `dependency_snapshots` object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see "[AUTOTITLE](/rest/dependency-graph)."
- The `dependency_snapshots` object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see "[AUTOTITLE](/rest/dependency-graph)."
- The `code_scanning_upload` object provides your rate limit status for uploading SARIF results to code scanning. For more information, see "[AUTOTITLE](/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github)."