From b0b8f7ffbf563f341745e86bfe85f080f6a8db27 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 8 Dec 2021 11:59:37 +0100 Subject: A bunch of changes --- .../2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md') diff --git a/posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md b/posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md index 5293576..9b75ac7 100644 --- a/posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md +++ b/posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md @@ -28,13 +28,13 @@ To make this work you will need DigitalOcean account. If you don't have one you Instuctions on how to use SSH keys and how to setup them are available in article [How To Use SSH Keys with DigitalOcean Droplets](https://www.digitalocean.com/community/tutorials/how-to-use-ssh-keys-with-digitalocean-droplets). -![DigitalOcean Droplets](/assets/do-fuse/fuse-droplets.png.dith.gif) +![DigitalOcean Droplets](/assets/do-fuse/fuse-droplets.png) After we created Droplet it's time to create new Space. This is done by clicking on a button [Create](https://cloud.digitalocean.com/spaces/new) (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](https://cloud.digitalocean.com/settings/api/tokens). 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](/assets/do-fuse/fuse-spaces.png.dith.gif) +![DigitalOcean Spaces](/assets/do-fuse/fuse-spaces.png) Now that we have new Space and Access key we should SSH into our machine. -- cgit v1.2.3