- Preparing for the Certified OpenStack Administrator Exam
- Matt Dorn
- 171字
- 2021-07-02 19:30:26
Swift - object storage service
Inspired by Amazon S3, Swift is a redundant storage system that provides developers and IT teams with secure, durable, and highly scalable cloud storage. A user creates a container and stores static files, also known as objects, in the container. These objects can be anything from pictures or movies to spreadsheets and HTML files. From the end user's perspective, storage is limitless, inexpensive, and accessible via a REST API. Features can also be turned on via the Swift API. These include hosting a static website, versioning, setting specific objects to expire, and even setting Access Control Lists (ACLs) allowing public access to the objects inside the container.
On the backend of Swift, static files (also known as objects) are written to multiple disk drives spread throughout servers in a data center. The Swift software is responsible for ensuring data replication and integrity across the cluster. Should a server or hard drive fail, Swift replicates its contents from other active nodes to a new location in the cluster.
- Building Modern Web Applications Using Angular
- DevOps Automation Cookbook
- Java Web應用開發技術與案例教程(第2版)
- Java EE 7 Development with NetBeans 8
- JavaScript 程序設計案例教程
- 自制編程語言
- 組態軟件技術與應用
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Instant Lucene.NET
- Emgu CV Essentials
- GitHub入門與實踐
- 單片機原理及應用技術
- C++ System Programming Cookbook
- Secret Recipes of the Python Ninja
- Python Digital Forensics Cookbook