Simplifyd BlobStore¶
Simplifyd BlobStore is an S3 compatible Object Storage. You can use your existing code as is. All you need to change are the URL, Secret and Access Keys with those provided by Simplifyd BlobStore.
Create a Simplifyd BlobStore bucket¶
To create a Simplifyd BlobStore bucket run the following CLI command:
simplifyd create bucket
Provide the bucket name and region. The Access and Secret Keys would be shown immediately. It's important to note however that the Secret key would never be shown again. Therefore, save the Secret key.
Upload a file to the bucket¶
To upload a file from your filesystem to the just created bucket, run the following CLI command:
simplifyd upload object
View all objects in a bucket¶
To view all files uploaded a bucket, run the following CLI command:
simplifyd list bucket
Provide the bucjet ID. If successful, all the objects in the bucket would be listed.
View all created buckets¶
To view all created buckets, run the following CLI command:
simplifyd list buckets
View bucket info¶
To view a specific bucket, run the following CLI command:
simplifyd get bucket