From a49e3555d817a75bff12de17b691db5dc3412c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Birm=C3=A9?= Date: Tue, 2 Jul 2024 15:06:43 +0200 Subject: [PATCH] chore: add AWS keys in documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a53c50b..c9df1d8 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ package the output of the transcoding job referenced by the message. | `PACKAGE_LISTENER_PLUGIN` | Optional path to a javascript file containing a custom listener for packaging event, see below | | | `ENCORE_PASSWORD` | Optional password for the encore instance `user` user | | | `OSC_ACCESS_TOKEN` | Optional OSC access token for accessing Encore instance in OSC | | +| `AWS_ACCESS_KEY_ID` | Optional AWS access key id when `PACKAGE_OUTPUT_FOLDER` is an AWS S3 bucket | | +| `AWS_SECRET_ACCESS_KEY` | Optional AWS secret access key when `PACKAGE_OUTPUT_FOLDER` is an AWS S3 bucket | | ```bash npm run start