Added support for S3 object store 05/9005/5
authorPatrikBuhr <patrik.buhr@est.tech>
Tue, 6 Sep 2022 14:57:49 +0000 (16:57 +0200)
committerPatrikBuhr <patrik.buhr@est.tech>
Fri, 9 Sep 2022 09:08:55 +0000 (11:08 +0200)
commit46142fc8863cf20b5e68e30cca55da0e0d68f9c2
tree0cd8387c8bc511e0370317a92f1eec5c335a236d
parentd93884f775ea0d8e5b343bfed2607bef3407f654
Added support for S3 object store

PM rop files can be received from file or from s3 object store.

If the file ready event contains a field "objectStoreBucket", the file will be
fetched from there instead.

Change-Id: Ia2b27a9a7fb41ebf4fde87df09d656ffab616209
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-773
config/application.yaml
pom.xml
src/main/java/org/oran/dmaapadapter/configuration/ApplicationConfig.java
src/main/java/org/oran/dmaapadapter/tasks/KafkaTopicListener.java
src/test/java/org/oran/dmaapadapter/ApplicationTest.java
src/test/java/org/oran/dmaapadapter/IntegrationWithKafka.java
src/test/java/org/oran/dmaapadapter/PmProtoGenerated.java [new file with mode: 0644]
src/test/resources/A20000626.2315+0200-2330+0200_HTTPS-6-73.xml.gz101.json [new file with mode: 0644]
src/test/resources/pm_schema.proto [new file with mode: 0644]