cancel
Showing results for 
Search instead for 
Did you mean: 

Amazon AWS S3 Integration

ArunkumarManoha
Level 4
Hello!

Is there anyway to integrate Blue Prism with AWS S3 storage. It would be helpful to know if there is any inbuilt object to send files to S3 storage using Blue Prism.
4 REPLIES 4

ewilson
Staff
Staff

ArunkumarManoha
Level 4
Hi Eric,

Thanks for your reply.. 
Actually I have tried BP Web API Services to upload a file to AWS S3 and getting "403 Missing Authentication Token" error in response.
Attached the screenshot of the Web API definition so wanted to know whether I did the correct configuration or not.

Regards,
Arun

ewilson
Staff
Staff
@Arunkumar Manoharan,

It looks like you may be using an older version of the S3 connector. The version you have is a Web API service. If you download the .bprelease from the link above and import it you'll have a VBO titled AWS S3 and a helper VBO titled BluePrism AWS REST API Utility. All you need to do is work with the AWS S3 VBO. The utility VBO will be used by it behind the scenes.

Cheers,
Eric

ArunkumarManoha
Level 4
Hi Eric,

I got the below info from my AWS team and it worked on the postman. I wanted to use the same in AWS S3 Put Object but I couldn't see those parameters in the input values so can you please help me here?

curl --location --request PUT 'https://4thdkc2zq3.execute-api.us-east-1.amazonaws.com/dev/mfgrpafiles/Stellantis_CoC_EN.pdf' \

--header 'Authorization: Basic YWRtaW46YWRtaW4=' \

--header 'Content-Type: application/pdf' \

--data-binary '@/C:/Users/T0003BB/Documents/Stellantis_CoC_EN.pdf'

API Name:MFG_rpa_api
ID: 4thdkc2zq3
Protocol:REST
S3 bucket name:mfgrpafiles
Env: Dev

36719.png

Regards,
Arun