[
https://issues.apache.org/jira/browse/FINERACT-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135265#comment-17135265
]
Petri Tuomola edited comment on FINERACT-955 at 6/14/20, 6:50 PM:
------------------------------------------------------------------
{quote}BTW: It appears that by default by have the {{S3ContentRepository}}
enabled somehow somewhere? That seems wrong, to me... the code shouldn't be
hard-coded to assume AWS, agreed?
{quote}
By default, S3 is off - when I start an instance with a clean database, this is
the value of the configuration parameter:
{"name": "amazon-S3", "enabled": false, "value": 0,"id": 4,"trapDoor": false}
But when I look at the configuration on demo.fineract.dev, it's enabled:
{"name": "amazon-S3", "enabled": true, "value": 0,"id": 4,"trapDoor": false}
Maybe someone called the API to enable it?
was (Author: ptuomola):
{quote}BTW: It appears that by default by have the {{S3ContentRepository}}
enabled somehow somewhere? That seems wrong, to me... the code shouldn't be
hard-coded to assume AWS, agreed?
{quote}
By default, S3 is off - when I start an instance with a clean database, this is
the value of the configuration parameter:
{"name": "amazon-S3",*"enabled": false*,"value": 0,"id": 4,"trapDoor": false},
But when I look at the configuration on demo.fineract.dev, it's enabled:
{"name": "amazon-S3",*"enabled": true,*"value": 0,"id": 4,"trapDoor": false},
Maybe someone called the API to enable it?
> ContentRepository for Google Cloud Storage
> ------------------------------------------
>
> Key: FINERACT-955
> URL: https://issues.apache.org/jira/browse/FINERACT-955
> Project: Apache Fineract
> Issue Type: New Feature
> Reporter: Michael Vorburger
> Priority: Major
> Labels: beginner
>
> Similarly to S3ContentRepository, a {{ContentRepository}} for Google Cloud
> Storage (GCS) could be useful, for FINERACT-786, and I would use it on
> https://www.fineract.dev.
> It may actually even be possible to use the S3 API, but a GCS native
> implementation is probably smoother and easier to use. One thing in
> particular I'm hoping for is that it could pick up the required
> authentication when running on GCloud automatically from some service account
> environment variables which as far as I know are present there; it would be
> nice, if possible, if there was no need, or as little as possible, need for
> additional configuration parameters.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)