Class AWS::S3::BucketVersionCollection
In: lib/aws/s3/bucket_version_collection.rb
Parent: Object

A collection of versioned objects for the entire bucket.

@see PrefixedCollection

Methods

Included Modules

Model Enumerable PrefixAndDelimiterCollection

Attributes

bucket  [R]  @return [Bucket] The bucket this collection belongs to.

Public Class methods

Public Instance methods

Yields once for each version in the bucket.

@yield [object_version] @yieldparam [ObjectVersion] object_version @return nil

@return [ObjectVersion] Returns the most recently created object

  version in the entire bucket.

Protected Instance methods

[Validate]