cancel
Showing results for 
Search instead for 
Did you mean: 

Using Amazon S3 for Content Storage

tonyapuzzo1
Champ in-the-making
Champ in-the-making
In the architecture diagram for Activiti Enterprise, the Content Storage is shown as OS / S3. Does this mean that it is easy to configure Amazon S3 to be used instead of local filesystem to store attachments, etc.?  I've searched the documentation and have not found how this would be done.  Looking at
activiti-app.properties
the comments do not indicate how to do this either.

The architecture diagram:
[img]https://docs.alfresco.com/activiti/docs/dev-guide/1.4.0/images/high-level-architecture.png[/img...

2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Yes. it is. It's what we use for the activiti.alfresco.com environment for example.

These are the keys you need to define:

contentstorage.s3.accessKey
contentstorage.s3.secretKey
contentstorage.s3.bucketName
contentstorage.s3.objectKeyPrefix

amruta_w
Star Collaborator
Star Collaborator

Hello,

I have process with upload file in one of my task, i have configured to aws s3 in activiti-app.properties after i select file it is giving error "Cannot create enum from region value!". How to resolve this? If you have any idea let me know.