Amazon AWS S3 Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-09-22 05:26 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-09-22 10:55 PM
https://digitalexchange.blueprism.com/dx/entry/9648/solution/amazon-simple-storage-service
Cheers,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-09-22 09:22 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-09-22 11:23 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-09-22 03:11 PM
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
Regards,
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-10-24 06:44 PM
Hi @ArunkumarManoha ,
Did you get the solution? If yes could you please share insights for the above Action?
