From 4c327b23454bf1a0278151cf5cb1ebe6455471da Mon Sep 17 00:00:00 2001 From: Remi Date: Mon, 21 Dec 2020 15:31:19 +0100 Subject: [PATCH] fix(techdocs): remove aws credentials file --- docs/features/techdocs/using-cloud-storage.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/features/techdocs/using-cloud-storage.md b/docs/features/techdocs/using-cloud-storage.md index a1bbcc6bbb..9632582271 100644 --- a/docs/features/techdocs/using-cloud-storage.md +++ b/docs/features/techdocs/using-cloud-storage.md @@ -153,8 +153,6 @@ techdocs: publisher: type: 'awsS3' awsS3: - credentials: - $file: '/path/to/aws_application_credentials.json' bucketName: 'name-of-techdocs-storage-bucket' ```