From 721bfd0b88852cc27df6f5ed307d5e951c5f35ca Mon Sep 17 00:00:00 2001 From: Julien Garcia Gonzalez <julien@giantswarm.io> Date: Tue, 5 Feb 2019 07:36:21 -0800 Subject: [PATCH] Update docs/aws_storage.md Co-Authored-By: yubozhao <yubz86@gmail.com> --- docs/aws_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aws_storage.md b/docs/aws_storage.md index ef3aa418..ff3f639e 100644 --- a/docs/aws_storage.md +++ b/docs/aws_storage.md @@ -21,7 +21,7 @@ storage_config: ## S3 Loki is using S3 as object storage. It stores log within directories based on -[`OrgID`](./operations.md#Multi-tenancy). For example, Logs from org `faker' +[`OrgID`](./operations.md#Multi-tenancy). For example, Logs from org `faker` will stored in `s3://BUCKET_NAME/faker/`. The S3 configuration is setup with url format: `s3://access_key:secret_access_key@region/bucket_name`. -- GitLab