aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-23 01:48:05 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-23 01:48:05 +0200
commit6056258a66ac016c1294e2fd88425f90098cd1f9 (patch)
treef9805fa25f05b21295e56bf57885f5d8dc237d8b /content/posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md
parent4794dd34e74f3e75d0a62556a093514ee25df8e7 (diff)
downloadmitjafelicijan.com-6056258a66ac016c1294e2fd88425f90098cd1f9.tar.gz
Fixed a bunch of content headings
Diffstat (limited to 'content/posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md')
-rw-r--r--content/posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md b/content/posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md
index 504e659..75f7799 100644
--- a/content/posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md
+++ b/content/posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md
@@ -7,7 +7,7 @@ draft: false
7 7
8Couple of months ago [DigitalOcean](https://www.digitalocean.com) introduced new product called [Spaces](https://blog.digitalocean.com/introducing-spaces-object-storage/) which is Object Storage very similar to Amazon's S3. This really peaked my interest, because this was something I was missing and even the thought of going over the internet for such functionality was in no interest to me. Also in fashion with their previous pricing this also is very cheap and pricing page is a no-brainer compared to AWS or GCE. [Prices are clearly and precisely defined and outlined](https://www.digitalocean.com/pricing/). You must love them for that :) 8Couple of months ago [DigitalOcean](https://www.digitalocean.com) introduced new product called [Spaces](https://blog.digitalocean.com/introducing-spaces-object-storage/) which is Object Storage very similar to Amazon's S3. This really peaked my interest, because this was something I was missing and even the thought of going over the internet for such functionality was in no interest to me. Also in fashion with their previous pricing this also is very cheap and pricing page is a no-brainer compared to AWS or GCE. [Prices are clearly and precisely defined and outlined](https://www.digitalocean.com/pricing/). You must love them for that :)
9 9
10### Initial requirements 10## Initial requirements
11 11
12* Is it possible to use them as a mounted drive with FUSE? (tl;dr YES) 12* Is it possible to use them as a mounted drive with FUSE? (tl;dr YES)
13* Will the performance degrade over time and over different sizes of objects? (tl;dr NO&YES) 13* Will the performance degrade over time and over different sizes of objects? (tl;dr NO&YES)