From 5b868982ef4bdffe892155ea009360d28c683b25 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Fri, 24 May 2024 13:47:59 +0100 Subject: [PATCH] Linter is my friend --- doc/architecture/decisions/0002-json-rendering.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/architecture/decisions/0002-json-rendering.md b/doc/architecture/decisions/0002-json-rendering.md index f0481b13..c454542c 100644 --- a/doc/architecture/decisions/0002-json-rendering.md +++ b/doc/architecture/decisions/0002-json-rendering.md @@ -23,14 +23,13 @@ easier to handle and queried can be used. Besides Start producing information using the GLUE JSON rendering, getting ready for its consumption by new tools to be developed that will eventually replace the -AppDB IS. Publish this information into a S3 bucket with a directory per +AppDB IS. Publish this information into a S3 bucket with a directory per available site. For uploading the JSON objects use [rclone](https://rclone.org/) as this is a generic tool that can work with the potential S3 storage providers that we will use (CloudFlare/MinIO/Swift) Keep publishing the LDIF rendering through the AMS for the AppDB IS. - ## Consequences No changes for the AppDB IS as we keep publishing the LDIF rendering, but this