May 3, 2020 By Vandiz Vieira Silva 3 min read

If you would like to connect to IBM Cloud Object Storage but don’t know how to code it, you can use Postman to help you. 

In this blog post, I’ll show you how you can validate a connection to IBM Cloud Object Storage using Postman and verify the code needed to be used in your application. We will use Bearer Token and AWS Signature as authentication methods.

Using Bearer Token

First of all, ensure that you have an API key. You can get one from IBM Cloud Identity and Access Management (IAM).

  1. Request an IAM token by using an API key:
    curl -X "POST" "https://iam.cloud.ibm.com/identity/token" \
         -H 'Accept: application/json' \
         -H 'Content-Type: application/x-www-form-urlencoded' \
         --data-urlencode "apikey={api-key}" \
         --data-urlencode "response_type=cloud_iam" \
         --data-urlencode "grant_type=urn:ibm:params:oauth:grant-type:apikey"
  2. After you press enter, the command returns the token that you need. The token is inside " " between access_token and refresh_token:

    Note: I hid some characters for security reasons.

  3. Open the Postman software and fill out the options:
    • Put your endpoint and bucket: https://<endpoint-url>/<bucket-name
    • In the Authorization tab, select Oauth 2.0 and Request Headers.
    • Put your token in that field.
    • Click on the Send button.
  4. The Status will return code 200, and that means the connection was successful. Next, click the Code button:
  5. On the left side, you have options for different programming languages. You can choose your desired language and Postman will display the code used on the right side:

Using AWS Signature

To use AWS Signature, you will need access_key_id and secret_access_key. You can get those values on your instance of IBM Cloud Object Storage (you will need to create an instance if you don’t have one).

  1. Create service credentials (if you already have these, go directly to Postman in Step 2):
    • Log in to the IBM Cloud console and navigate to your instance of Object Storage.
    • In the side navigation, click Service Credentials.
    • Click New credential and provide the necessary information.
    • Click Add to generate the service credential.
  2. In Postman, fill out the following options:
    • Enter your endpoint and bucket: https://<endpoint-url>/<bucket-name>
    • In the Authorization tab, select AWS Signature.
    • Enter your values in the AccessKey and SecretKey fields. 
  3. The Status will return code 200, and that means the connection was successful. Next, click the Code button:
  4. On the left side, you have options for different programming languages. You can choose your desired language and Postman will display the code used on the right side:

Learn more

Many programmers don’t know how to add a method to their application to communicate with IBM Cloud Storage or another S3 service. Using Postman, you can test and validate the authentication method and consequently find out how Postman performs this operation and use it as an example for your source code.

Was this article helpful?
YesNo

More from Cloud

New 4th Gen Intel Xeon profiles and dynamic network bandwidth shake up the IBM Cloud Bare Metal Servers for VPC portfolio

3 min read - We’re pleased to announce that 4th Gen Intel® Xeon® processors on IBM Cloud Bare Metal Servers for VPC are available on IBM Cloud. Our customers can now provision Intel’s newest microarchitecture inside their own virtual private cloud and gain access to a host of performance enhancements, including more core-to-memory ratios (21 new server profiles/) and dynamic network bandwidth exclusive to IBM Cloud VPC. For anyone keeping track, that’s 3x as many provisioning options than our current 2nd Gen Intel Xeon…

IBM and AWS: Driving the next-gen SAP transformation  

5 min read - SAP is the epicenter of business operations for companies around the world. In fact, 77% of the world’s transactional revenue touches an SAP system, and 92% of the Forbes Global 2000 companies use SAP, according to Frost & Sullivan.   Global challenges related to profitability, supply chains and sustainability are creating economic uncertainty for many companies. Modernizing SAP systems and embracing cloud environments like AWS can provide these companies with a real-time view of their business operations, fueling growth and increasing…

Experience unmatched data resilience with IBM Storage Defender and IBM Storage FlashSystem

3 min read - IBM Storage Defender is a purpose-built end-to-end data resilience solution designed to help businesses rapidly restart essential operations in the event of a cyberattack or other unforeseen events. It simplifies and orchestrates business recovery processes by providing a comprehensive view of data resilience and recoverability across primary and  auxiliary storage in a single interface. IBM Storage Defender deploys AI-powered sensors to quickly detect threats and anomalies. Signals from all available sensors are aggregated by IBM Storage Defender, whether they come…

IBM Newsletters

Get our newsletters and topic updates that deliver the latest thought leadership and insights on emerging trends.
Subscribe now More newsletters