- To create a S3 bucket in IBM Cloud (for testing purposes)
- To create access key and secret that can be used to access the bucket
- To obtain connectivity details.
-
Login to IBM Cloud using your IBM ID.
-
Open the Catalog.
-
Choose the Lite (free) Plan and click on create. Your object storage instance will be created in a few minutes.
-
Then, go to the Resource List
-
Click on Storage -> Click on the the newly created Object Storage.
-
In the next screen Click on "Create Bucket" -> 'Quickly get started'.
-
Enter the bucket name (follow naming rules) and take note of it. Click Next. The bucket will be created.
.
-
Go to the Resource List
-
Click on Storage -> Click on the the newly created Object Storage.
-
Click on 'Service Credentials' -> New Credentials.
Give it any name.
For Role - select 'Writer'.
Turn on HMAC Credentials. This is needed to create access key / secret as needed by most S3 compatible object storages.
Click on Add.
-
The newly created Service Credential should be listed. Click on it to get the access key and secret. Take note of the access key and secret.
- Go to the Resource List
- Click on Storage -> Click on the the newly created Object Storage -> Click on Configuration.
- Scroll down and look for Public Endpoint. Take note of the endpoint.
.
- Now you are ready to use the S3 storage with any application - ACE, Aspera, EventStream Connectors etc.
- You should have the public endpoint, bucket name, access key and secret with you.
- Go to the Resource List
- Click on Storage -> Click on the the newly created Object Storage.
- Click on the newly created bucket.
- When you application start uploading data into object storage, you should see them appear in this page.