- Ansible 2 Cloud Automation Cookbook
- Aditya Patawari Vikas Aggarwal
- 157字
- 2021-06-24 18:43:41
Managing S3 objects
AWS Simple Storage Service (S3) is a storage service that can be used as storage on the internet. It allows us to download and upload any amount of data any time, with various use cases such as storing videos, images, documents, log files, assets (such as images, JavaScripts, and CSS) of a website, and so on.
S3 allows us to store our documents in private and public modes, which enables us to store secret data over S3 for personal use, as well as files that are publicly available. S3 uses object storage instead of flat file systems. Object storage is storage designed to store data as an object. An object contains data and metadata, allowing us to store unstructured data.
In this recipe, we will be creating an S3 object using the PUT operation and then we will retrieve that object with the GET operation. Amazon S3 stores our data as objects inside buckets.
- Mastering Matplotlib 2.x
- Introduction to DevOps with Kubernetes
- Drupal 7 Multilingual Sites
- Visual FoxPro 6.0數(shù)據(jù)庫(kù)與程序設(shè)計(jì)
- PIC單片機(jī)C語(yǔ)言非常入門與視頻演練
- Apache Hive Essentials
- Hands-On Cybersecurity with Blockchain
- 網(wǎng)絡(luò)安全與防護(hù)
- 基于Xilinx ISE的FPAG/CPLD設(shè)計(jì)與應(yīng)用
- DevOps Bootcamp
- Flink原理與實(shí)踐
- 寒江獨(dú)釣:Windows內(nèi)核安全編程
- MPC5554/5553微處理器揭秘
- 實(shí)戰(zhàn)Windows Azure
- 網(wǎng)絡(luò)安全概論