0 / 0
Using Python functions to work with Cloud Object Storage
Last updated: Nov 21, 2024
Using Python functions to work with Cloud Object Storage

To access and work with data that is in IBM Cloud Object Storage, you can use Python functions from a notebook.

With your IBM Cloud Object Storage credentials, you can access and load data from IBM Cloud Object Storage to use in a notebook. This data can be any object of type file-like-object, for example, byte buffers or string buffers. The data that you upload can reside in a different IBM Cloud Object Storage bucket than the project's bucket.

You can also upload data from a local system into IBM Cloud Object Storage from within a notebook. This data can be a compressed file or Pickle object.

See Working With IBM Cloud Object Storage In Python for more information.

Learn more

Parent topic: Loading and accessing data in a notebook