What is an Object Storage File System? (known also as edge storage)

Undraw File Manager Re Ms29

About

Object storage (or object edge storage) is:

File Identifier

In addition to the path, each object possesses a unique, generated and immutable identifier.

This identifier makes it possible to create a distributed file system that is:

  • not constrained to a unique physical server.
  • replication (Generally 3x to recover from fault)

They are mostly variations or fork of the Hadoop File System that are provided in the cloud (SAAS).

Usage

  • Media/web asset hosting and delivery (image, js, css, …)
  • Software delivery - Host images, containers, or software libraries that your customers can download. Proxy may also deliver software (Cloudflare max is 512 MB per file 1) )

Service and Price comparions

This is a quick list of price that is mostly based on:

  • total size
  • egress (download)
  • and API call.
Service Storage Download (Egress) API
s3 $0.023/GB $0.09/GB
Bunny (used in JsDeliver CDN) 0.025/Gb (3 regions) 0 0
Idrive
Azure Storage
Cloudflare R2
Ovh Block Storage
Wasabi $.0059 per GB/mo ($5.99 per TB/month) / Asia: $.0068 No egress charges
BackBlaze $0.005 GB/month $0.01 GB/month
DigitalOcean Spaces $5/mo - 250 GB of storage (0.02/gb above) 1 TB of outbound transfer

Price on VM volumn is much higher: $0.15/GB

More:





Discover More
Card Puncher Data Processing
Aws - S3 (Amazon Simple Storage Service)

S3 (ie Simple Storage Service) is a edge storage file system in Aws based on Hadoop File System Amazon S3 uses dense storage drives that are optimized for storing larger objects inexpensively. Amazon...
Azure Storage Structure
Azure - Azure Storage Account (Blob storage)

An Azure Storage account is one type of Azure storage. It's also known as the blob storage because it's a general purpose object store that stores blob file. For analytics purpose, Azure provides the...
Undraw File Manager Re Ms29
File - File System (filesystem)

A file system (often also written as filesystem) is an application that stores and organizes files and their data (content). Essentially, it organizes these files for storage, organization, manipulation,...
Undraw File Manager Re Ms29
What is a Blob (Binary Large Object) ?

blob stands for binary large object and represents the file content in binary data. Because in a computer, all data are binary data, this name is used logically to represent any file content where the...



Share this page:
Follow us:
Task Runner