diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-05 12:17:03 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-05 12:17:03 +0100 |
| commit | d3dfec6f52d8093db276adb62021ced8f58e590c (patch) | |
| tree | 91136e5b803a7058d42f998660cd4ba86fdf379d /_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md | |
| parent | e490ef9a85ff161305d5647281ed316b54366bca (diff) | |
| download | mitjafelicijan.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.md | 4 |
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 | |||
| 56 | article [How To Use SSH Keys with DigitalOcean | 56 | article [How To Use SSH Keys with DigitalOcean |
| 57 | Droplets](https://www.digitalocean.com/community/tutorials/how-to-use-ssh-keys-with-digitalocean-droplets). | 57 | Droplets](https://www.digitalocean.com/community/tutorials/how-to-use-ssh-keys-with-digitalocean-droplets). |
| 58 | 58 | ||
| 59 |  | 59 | {:loading="lazy"} |
| 60 | 60 | ||
| 61 | After we created Droplet it's time to create new Space. This is done by clicking | 61 | After we created Droplet it's time to create new Space. This is done by clicking |
| 62 | on a button [Create](https://cloud.digitalocean.com/spaces/new) (right top | 62 | on 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 | |||
| 69 | to the page when you can generate this key. After you create new one, please | 69 | to the page when you can generate this key. After you create new one, please |
| 70 | save provided Key and Secret because Secret will not be shown again. | 70 | save provided Key and Secret because Secret will not be shown again. |
| 71 | 71 | ||
| 72 |  | 72 | {:loading="lazy"} |
| 73 | 73 | ||
| 74 | Now that we have new Space and Access key we should SSH into our machine. | 74 | Now that we have new Space and Access key we should SSH into our machine. |
| 75 | 75 | ||
