How to Configure Versioning on a Bucket?

devquora
devquora

Posted On: Feb 22, 2018

 

Versioning helps you to keep multiple versions of an object in one bucket. Here are simple steps to enable versioning on an S3 bucket.

  • Step1: Login to your AWS console.
  • Step2: From services choose S3.
  • Step3: Select a bucket for which you want to enable versioning.
  • Step4: Click on the properties tab.
  • Step5: Choose versioning from properties.
  • Step6: Choose to enable versioning and click on the Ok button.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    AWS S3 Interview Questions

    Explain AWS S3 bucket?

    Amazon S3 (Simple Storage Service) is a simple web service interface that allows huge amount of data storage and retrival from anywhere from the internet.Its provides developers highly scalable, relia...

    AWS S3 Interview Questions

    What is the maximum size of S3 bucket?

    In S3 bucket you can store unlimited volume of data and number of objects. A single Amazon S3 objects can be a size of range 0 bytes to 5 terabytes. In single upload request You can put an object of a...

    AWS S3 Interview Questions

    How to list objects of a S3 bucket?

    use aws s3 ls --recursive command on aws CLI to list all files or objects under the specified directory or prefix...