=== modified file 'dhis-2/README.txt' --- dhis-2/README.txt 2009-04-07 22:25:03 +0000 +++ dhis-2/README.txt 2015-10-13 22:18:27 +0000 @@ -48,3 +48,21 @@ #hibernate.show_sql = true #hibernate.format_sql = true +# File store configuration + +# Supported providers are 'filesystem' and 'aws-s3' +filestore.provider = filesystem + +# Bucket on AWS S3, root files folder within DHIS2 home on file system. +filestore.container = files + +# Location/region, unapplicable if using AWS S3 standard region or filesystem +# NOTE: eu-central-1 is currently not supported +#filestore.location = eu-west-1 + +# Access key id on AWS, does not apply to file system +#filestore.identity = YOURIDENTITY + +# Does not apply to file system +#filestore.secret = YOURSECRET +