Class | AWS::S3::ObjectVersion |
In: |
lib/aws/s3/object_version.rb
|
Parent: | Object |
last_modified | [R] | @return [DateTime] timestamp of this version |
object | [R] | @return [S3Object] the object this is a version of. |
version_id | [R] | @return [String] The unique version identifier. |
@param [S3Object] object The object this is a version of. @param [String] version_id The unique id for this version. @param [Hash] options @option options [Boolean] :delete_marker Is this version a
delete marker?
@option options [DateTime] :last_modified Date and time the
object was last modified.
@return [Boolean] Returns true if the other object version has
the same s3 object key and version id.
@note (see S3Object#content_type) @see S3Object#content_type @return (see S3Object#content_type)
Deletes this object version from S3. @option options [String] :mfa The serial number and current token code of
the Multi-Factor Authentication (MFA) device for the user. Format is "SERIAL TOKEN" - with a space between the serial and token.
@return (see S3Object#delete)
@return [Boolean] Returns this if this is the latest version of
the object, false if the object has been written to since this version was created.
Reads the data from this object version. @see S3Object#read @options (see S3Object#read) @return (see S3Object#read)