IBM Cloud Tutorial (Cloud Object Storage)

preview_player
Показать описание
In this tutorial, I have covered the following topics:
1. What is an IBM Cloud.
2. How to create a free account for IBM Cloud.
3. What are the services that we have got in a free account. (Paid and Free).
4. Exploring Dashboard of account.
5. How to create a Cloud Object Storage Instance.
6. How to configure it while building a bucket to store data.
7. Setting up service credentials.
8. Setting up access policies.
9. Explored API keys
10. Manually uploading and downloading of data in the bucket.
11. Retrieving a list of available buckets via python SDK.
12. Uploading a text file from Python SDK to COS bucket.
13. Downloading a file from COS bucket using Python SDK.
Рекомендации по теме
Комментарии
Автор

How to get url for these objects. I want to upload files through android app and get a link to that file

kamalnayan
Автор

Can you please share both the codes sir?

yashbarot
Автор

I have this problem, why could it be? "Creating new item: in bucket:
CLIENT ERROR: An error occurred (NoSuchKey) when calling the PutObject operation: The specified key does not exist."

isabellamendozacortes