내용으로 건너뛰기

Can a bucket be versioned just the same as of the object?

0

As the case of the object versioning, can a bucket be also versioned?

질문됨 2년 전848회 조회

4개 답변
2

Yes, in AWS S3 (Simple Storage Service), you can enable versioning not only for individual objects but also for the entire bucket. Enabling versioning at the bucket level allows you to maintain multiple versions of every object stored within that bucket.

When versioning is enabled for a bucket:

Every new version of an object uploaded to the bucket is stored separately, allowing you to retain and access previous versions of the same object. Deleting an object doesn't actually remove it from the bucket; instead, it adds a delete marker, indicating that the object has been deleted but still preserving its previous versions.

You can manage object versions using various AWS SDKs, command-line tools, or the AWS Management Console.

전문가

답변함 2년 전

0

Hi

No, buckets themselves cannot be versioned in the same way that objects within a bucket can.

Object versioning is a feature It allows you to keep track of all the different versions of a file that have been uploaded to the bucket. This can be helpful for recovering from accidental deletions or overwrites.

Buckets, on the other hand, don't inherently have versions. They are simply containers for objects.

전문가

답변함 2년 전

전문가

검토됨 2년 전

0

Yes, in Amazon Simple Storage Service (Amazon S3), you can enable versioning for a bucket. When versioning is enabled for a bucket, Amazon S3 stores all versions of an object, including all writes and even deletes. This allows you to retrieve previous versions of objects if needed.

전문가

답변함 2년 전

0

As you know, versioning feature can be enabled from bucket configuration, and after then objects which are inside of the bucket will be versioned.

But however, there is no feature to make version for bucket itself.

If you are planning to make backup for the bucket, you can consider replicate object to another bucket. Please kindly refer below document for the details. [+] https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html

AWS
지원 엔지니어

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠