This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
s3:start [2021/11/07 19:00] – [Obtaining credentials] stalio | s3:start [2022/01/22 06:23] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Overview ===== | ===== Overview ===== | ||
+ | LNGS decided to offer its users an object storage service for scientific data, with the idea of easing data archival and distribution for experiments and projects. | ||
+ | Object storage is a computer data storage architecture that manages data as objects, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks. Each object typically includes the data itself, a variable amount of metadata, and a globally unique identifier. | ||
+ | |||
+ | Object storage enables capabilities not addressed by other storage architectures | ||
+ | |||
+ | interfaces that are directly programmable by the application (APIs) | ||
+ | a namespace that can span multiple instances of physical hardware | ||
+ | data-management functions like data (geo)replication and data distribution at object-level granularity | ||
+ | authenticated, | ||
Object Storage was designed to store very large amounts of unstructured data, i.e. data accessible with a unique ID and not through a complex structure with hierarchical folders. This structure allows you to access easily and very quickly all your static content such as photos, videos, text files, HTML and CSS web pages, etc. Access to your objects is performed using a standard HTTP API, meaning you can safely access your files easily from anywhere as authentication is usually required. | Object Storage was designed to store very large amounts of unstructured data, i.e. data accessible with a unique ID and not through a complex structure with hierarchical folders. This structure allows you to access easily and very quickly all your static content such as photos, videos, text files, HTML and CSS web pages, etc. Access to your objects is performed using a standard HTTP API, meaning you can safely access your files easily from anywhere as authentication is usually required. | ||
LNGS decided to offer its users an object storage service for scientific data, with the idea of easing data archival and distribution for experiments and projects. | LNGS decided to offer its users an object storage service for scientific data, with the idea of easing data archival and distribution for experiments and projects. | ||
- | |||
===== Access ===== | ===== Access ===== | ||