Versioning & Retrieving All Files From AWS S3 With Boto

Written by chillaranand | Published 2019/08/23
Tech Story Tags: aws | boto3 | python | s3 | versioning-and-retrieving | aws-23 | boto | versioning-of-bucket

TLDR Amazon S3 (Amazon Simple Storage Service) is an object storage service offered by Amazon Web Services. For S3 buckets, if versioning is enabled, users can preserve, retrieve, and restore every version of the object stored in the bucket. In this article, we will understand how to enable versioning for a bucket and retrieve all versions of an object from AWS web interface as well as Python boto3 library. We can see all the versions of the file from the bucket by selecting the file and then clicking drop-down at Latest version.via the TL;DR App

no story

Published by HackerNoon on 2019/08/23