Author |
Message
|
Rajasekhar143 |
Posted: Thu Aug 19, 2021 12:02 am Post subject: IIB Integration with Amazon S3 storage bucket |
|
|
Newbie
Joined: 30 Jul 2021 Posts: 7
|
Hi , I have been provided below details and asked to upload the files to AWS S3 bucket using IIB.
"S3BucketName":
"S3AccessKey":
"S3SecretKey":
"CloudFrontUrl":
"S3Region":
Can somone help me here the best way of implementing this in IIB? Is there any bult-in feature to connect AWS S3 via CloudFront or can we use HTTPRequest node ? |
|
Back to top |
|
 |
Rajasekhar143 |
Posted: Thu Aug 19, 2021 8:06 am Post subject: |
|
|
Newbie
Joined: 30 Jul 2021 Posts: 7
|
fuether to add on the above request , I have tried from WinSCP by selecting file protocol as "Amazon S3" , and provied the given details its connected successfully. Can sombody assist me how could we replicate this in IIB ? |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Aug 19, 2021 12:24 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Rajasekhar143 wrote: |
fuether to add on the above request , I have tried from WinSCP by selecting file protocol as "Amazon S3" , and provied the given details its connected successfully. Can sombody assist me how could we replicate this in IIB ? |
You'd need a java compute node using the SFTP protocol...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Rajasekhar143 |
Posted: Fri Aug 20, 2021 1:32 am Post subject: |
|
|
Newbie
Joined: 30 Jul 2021 Posts: 7
|
Thanks for the reply. I am looking options other than JAVA , Can I use HTTP request node with HTTP protocol & add the bucket details in the HTTP Request headers ?
trying to use the below details in the HTTP request Authorization headers:
"S3BucketName":
"S3AccessKey":
"S3SecretKey":
"CloudFrontUrl":
"S3Region":
I have replicated the S3 connection from POSTMAN adding Authorization headers and Type selected as "AWS Signature" and its worked well. Is it possible replicate the same from HTTP Request node ? |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Aug 20, 2021 10:42 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I am sure, if postman can do it the http node can do it as well...
Make sure you create the correct entries in the http header.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|