aboutsummaryrefslogtreecommitdiff
path: root/_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-05 12:17:03 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-05 12:17:03 +0100
commitd3dfec6f52d8093db276adb62021ced8f58e590c (patch)
tree91136e5b803a7058d42f998660cd4ba86fdf379d /_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md
parente490ef9a85ff161305d5647281ed316b54366bca (diff)
downloadmitjafelicijan.com-d3dfec6f52d8093db276adb62021ced8f58e590c.tar.gz
Added lazy loading to images
Diffstat (limited to '_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md')
-rw-r--r--_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md4
1 files changed, 2 insertions, 2 deletions
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 543439f..d29bd09 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
@@ -56,7 +56,7 @@ Instuctions on how to use SSH keys and how to setup them are available in
56article [How To Use SSH Keys with DigitalOcean 56article [How To Use SSH Keys with DigitalOcean
57Droplets](https://www.digitalocean.com/community/tutorials/how-to-use-ssh-keys-with-digitalocean-droplets). 57Droplets](https://www.digitalocean.com/community/tutorials/how-to-use-ssh-keys-with-digitalocean-droplets).
58 58
59![DigitalOcean Droplets](/assets/posts/do-fuse/fuse-droplets.png) 59![DigitalOcean Droplets](/assets/posts/do-fuse/fuse-droplets.png){:loading="lazy"}
60 60
61After we created Droplet it's time to create new Space. This is done by clicking 61After we created Droplet it's time to create new Space. This is done by clicking
62on a button [Create](https://cloud.digitalocean.com/spaces/new) (right top 62on a button [Create](https://cloud.digitalocean.com/spaces/new) (right top
@@ -69,7 +69,7 @@ key](https://cloud.digitalocean.com/settings/api/tokens). This link will guide
69to the page when you can generate this key. After you create new one, please 69to the page when you can generate this key. After you create new one, please
70save provided Key and Secret because Secret will not be shown again. 70save provided Key and Secret because Secret will not be shown again.
71 71
72![DigitalOcean Spaces](/assets/posts/do-fuse/fuse-spaces.png) 72![DigitalOcean Spaces](/assets/posts/do-fuse/fuse-spaces.png){:loading="lazy"}
73 73
74Now that we have new Space and Access key we should SSH into our machine. 74Now that we have new Space and Access key we should SSH into our machine.
75 75