ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Accessing AWS S# storage with IIB

Post new topic  Reply to topic
 Accessing AWS S# storage with IIB « View previous topic :: View next topic » 
Author Message
petervh1
PostPosted: Tue Nov 02, 2021 4:04 am    Post subject: Accessing AWS S# storage with IIB Reply with quote

Centurion

Joined: 19 Apr 2010
Posts: 122

Hi

IIB 10.0.0.14

I'm trying to access a file stored on AWS S3 using an HTTPRequest node.

I'm first setting up a test using Postman. MY HTTP headers and authorisation are correct (I think), because I get a reply from AWS. The problem is that the reply I get seems to be an index to the file:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
   <Name>qa-ire-integration</Name>
   <Prefix>cloudbi/outbound/sap-marketing/SAP-Splitter/</Prefix>
   <Marker/>
   <MaxKeys>1000</MaxKeys>
   <IsTruncated>false</IsTruncated>
   <Contents>
      <Key>cloudbi/outbound/sap-marketing/SAP-Splitter/</Key>
      <LastModified>2021-10-28T13:47:42.000Z</LastModified>
      <ETag>&quot;nnnnnnnnnnnn&quot;</ETag>
      <Size>0</Size>
      <Owner>
         <ID>nnnnnnnnnnnn</ID>
         <DisplayName>hybridprod</DisplayName>
      </Owner>
      <StorageClass>STANDARD</StorageClass>
   </Contents>
   <Contents>
      <Key>cloudbi/outbound/sap-marketing/SAP-Splitter/RES_001_20201102.csv</Key>
      <LastModified>2021-10-28T13:47:56.000Z</LastModified>
      <ETag>&quot;nnnnnnnnnnnnn&quot;</ETag>
      <Size>71623</Size>
      <Owner>
         <ID>nnnnnnnnnnnnn</ID>
         <DisplayName>hybridprod</DisplayName>
      </Owner>
      <StorageClass>STANDARD</StorageClass>
   </Contents>
</ListBucketResult>


rather than the data in the file itself.

The name of the file I need to access is in this XML (RES_001_20201102.csv).

How do I get the records in the file itself?

Thanks
Back to top
View user's profile Send private message
mpong
PostPosted: Tue Nov 02, 2021 10:59 am    Post subject: Reply with quote

Disciple

Joined: 22 Jan 2010
Posts: 164

I believe it is more of AWS API question. Did you check with AWS support team on their API's in question?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Accessing AWS S# storage with IIB
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.