From ae24d9a8869c497537839f330384cbadb2cf687c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 10:17:43 +0100 Subject: Updated theme --- ...using-digitalocean-spaces-object-storage-with-fuse.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'public/using-digitalocean-spaces-object-storage-with-fuse.html') diff --git a/public/using-digitalocean-spaces-object-storage-with-fuse.html b/public/using-digitalocean-spaces-object-storage-with-fuse.html index 05fd6ae..9643d96 100755 --- a/public/using-digitalocean-spaces-object-storage-with-fuse.html +++ b/public/using-digitalocean-spaces-object-storage-with-fuse.html @@ -34,14 +34,14 @@ smallest VM option.

Instuctions on how to use SSH keys and how to setup them are available in article How To Use SSH Keys with DigitalOcean -Droplets.

DigitalOcean Droplets

After we created Droplet it's time to create new Space. This is done by clicking +Droplets.

DigitalOcean Droplets

After we created Droplet it's time to create new Space. This is done by clicking on a button Create (right top corner) and selecting Spaces. Choose pronounceable Unique name because we will use it in examples below. You can either choose Private or Public, it doesn't matter in our case. And you can always change that in the future.

When you have created new Space we should generate Access key. This link will guide to the page when you can generate this key. After you create new one, please -save provided Key and Secret because Secret will not be shown again.

DigitalOcean Spaces

Now that we have new Space and Access key we should SSH into our machine.

# replace IP with the ip of your newly created droplet
+save provided Key and Secret because Secret will not be shown again.
DigitalOcean Spaces

Now that we have new Space and Access key we should SSH into our machine.

# replace IP with the ip of your newly created droplet
 ssh root@IP
 
 # this will install utilities for mounting storage objects as FUSE
@@ -242,11 +242,11 @@ SQLite, so data can be stored on Spaces and accessed by many VM's. For a project
 where data doesn't need to be accessible in real-time and can have couple of
 minutes old data this would be very interesting. If any of you find this
 proposal interesting please write in a comment box below or shoot me an email
-and I will keep you posted.

Posts from blogs I follow around the net