I implemented the AWS S3 File store provider in my dhis.conf for my 2.40.3 instance. I check the log and can confirm that there is no error connecting to the bucket I created.
When I check dhis2-core repo code, I saw that the ‘AWS S3 File store provider’ is used in the file C:\xxx\dhis2-core\dhis-2\dhis-services\dhis-service-core\src\main\java\org\hisp\dhis\appmanager\JCloudsAppStorageService.java
and C:\xxxx\dhis2-core\dhis-2\dhis-services\dhis-service-core\src\main\java\org\hisp\dhis\fileresource\JCloudsFileResourceContentStore.java
.
- Going by the file names does it mean it is used for App Storage and File Resource store?
- If so is there any documentation of how it works with the overall implementation or other resources?
- If it can be used for app storage can it replace the use of apphub?
- In a nutshell, what resources should utilize the aws_s3 file option?
2 posts - 2 participants