From d797dd39299f55bc4143a946d586e34a8e9a0199 Mon Sep 17 00:00:00 2001 From: Samuel Levy <44199568+samlevy-microsoft@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:47:33 +0200 Subject: [PATCH] Remove fake AWS secret --- .../kusto/management/data-ingestion/ingest-into-command.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-explorer/kusto/management/data-ingestion/ingest-into-command.md b/data-explorer/kusto/management/data-ingestion/ingest-into-command.md index 8790fae6e5..6b616e48e3 100644 --- a/data-explorer/kusto/management/data-ingestion/ingest-into-command.md +++ b/data-explorer/kusto/management/data-ingestion/ingest-into-command.md @@ -123,7 +123,7 @@ properties. The following example ingests a single file from Amazon S3 using an [access key ID and a secret access key](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys). ```kusto -.ingest into table T ('https://bucketname.s3.us-east-1.amazonaws.com/path/to/file.csv;AwsCredentials=AKIAIOSFODNN7EXAMPLE,wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY') +.ingest into table T ('https://bucketname.s3.us-east-1.amazonaws.com/path/to/file.csv;AwsCredentials=EXAMPLEKEY') with (format='csv') ```