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
bucket | [R] | @return [Bucket] The bucket this collection belongs to. |
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.