Want to create Nuxeo document using S3 file content as blob

I want to create Nuxeo document using S3 blob as mentioned in this document

https://www.nuxeo.com/blog/nuxeo-aws-lambda-create-a-document-from-an-uploaded-blob-in-aws-s3/

The steps I followed

  1. Created “nuxeoS3DocImporter-1.0-SNAPSHOT.jar” using the command “mvn install”
  2. Copy and paste the jar file to “nxserver/bundle”
  3. Restart Nuxeo server
  4. Tried to access the Operation from API, but 500 error

Please help me to implement this feature, I am using Nuxeo Platform LTS 2015 7.10

Is there any way to implement this JAVA code in Automation script in Nuxeo Studio?

0 votes

0 answers

1846 views

ANSWER

Without the exact code you're running and the server-side errors nobody will be able to help you. Please update your question with this information.
05/24/2017

I m trying the steps in this blog. You can find the code here https://github.com/mcedica/nuxeoS3DocImporter I need how to deploy the operation written in java and access via API

  • Whether I need to create any Automation Chain?
  • If there is any alternate method (like writing automation chain using javascript in Nuxeo Studio) to implement this feature also help me

Thanks in advance

05/24/2017