- 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.
- Java范例大全
- Windows系統(tǒng)管理與服務(wù)配置
- Architecting the Industrial Internet
- NumPy Essentials
- Mastering Ubuntu Server
- Android Native Development Kit Cookbook
- Getting Started with Gulp
- Windows Phone 7.5:Building Location-aware Applications
- Mastering Git
- Illustrator CC平面設(shè)計(jì)實(shí)戰(zhàn)從入門到精通(視頻自學(xué)全彩版)
- Python Projects for Kids
- Joomla!Search Engine Optimization
- Java EE輕量級解決方案:S2SH
- C語言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)
- Web前端開發(fā)精品課:HTML5 Canvas開發(fā)詳解