We have content already is s3, the same place alfresco is using. Can I upload a document (meta data) and use the s3 url? This would avoid having to move the data more than once. I'm using cmis right now but if there another way I am up for that.
Solved! Go to Solution.
There is no out-of-the-box support for creating a document via a client / CMIS and specify that its content is actually stored in S3. However it is possible to programmatically create a new node (document) and a content data entry that points to an S3 URL. You'd have to write some custom Java for this. If you used a custom metadata property in an aspect via which a client could specify the URL and your Java code (likely a behaviour / policy) read it from, you could create a solution that can easily be consumed by clients / end users (in a custom UI they could simply copy&paste the S3 URL that they know).
There is no out-of-the-box support for creating a document via a client / CMIS and specify that its content is actually stored in S3. However it is possible to programmatically create a new node (document) and a content data entry that points to an S3 URL. You'd have to write some custom Java for this. If you used a custom metadata property in an aspect via which a client could specify the URL and your Java code (likely a behaviour / policy) read it from, you could create a solution that can easily be consumed by clients / end users (in a custom UI they could simply copy&paste the S3 URL that they know).
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.