diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2022-11-14 09:00:38 +0100 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-11-15 20:57:28 +0000 |
commit | 21e27049544ddf0a30a839c968e21b6f877b729c (patch) | |
tree | 3afde8491a21f4c780f5a8807a0cca639d05ca6c /docs/guide | |
parent | ed0b18250bab22f6cdfbb570f2495301cf669d77 (diff) |
Support for using Amazon S3 - Cloud Object Storage
Documentation updates.
A bugfix.
Issue-ID: CCSDK-3810
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: I47969bb1da370e1b6c2cacb9563f4bf4ca49b989
Diffstat (limited to 'docs/guide')
-rw-r--r-- | docs/guide/developer-guide.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst index 5159b6c9..c26bf481 100644 --- a/docs/guide/developer-guide.rst +++ b/docs/guide/developer-guide.rst @@ -48,6 +48,7 @@ dependency management tool (see *pom.xml* file at root level) : - `Springfox <https://github.com/springfox/springfox>`_ Automated JSON API documentation for APIs built with Spring - `Lombok <https://github.com/rzwitserloot/lombok>`_ to generate code, such as getters and setters - `Awaitility <https://github.com/awaitility/awaitility>`_ to test asynchronous functionality +- `S3 <https://mvnrepository.com/artifact/software.amazon.awssdk/s3>`_ Access of Amazon S3 - Cloud Object Storage To get a complete list of all dependencies, use command "mvn dependency:tree". @@ -77,6 +78,7 @@ The file *./config/application.yaml* is read by the application at startup. It p * logging; setting for which information is logged. * auth-token; optional authorization token to use for REST call. * filepath; the local path to a file used for dynamic configuration (if used). See next chapter. + * persistent storage of runtime information. Configuration of A1 policyinstances is stored persistently. The media for this can be either filesystem (a persistent volume) or Amazon S3 - Cloud Object Storage. For details about the parameters in this file, see documentation in the file. |