Storage SDK
Storage SDK offers readily available object storage services. Each Babel application comes with its exclusive Storage space. Through this article, you'll understand how to interact with the object storage service using the Storage SDK and how to read or store data.
Usage
To use the Storage SDK in a Babel application, you first need to import the Storage SDK dependency in the Element:
import { myStorage } from "#elements";
APIs
- put Upload specific type of data to the object storage service
- get Get data of a specified object
- list Get the list of objects
- delete Delete a specified object
- head View statistical information of a specified object
- copy Copy a specified object
- createSignedUrl Create a temporary access link for a specified object