class

Aws::S3::Presigned::Policy

Inherits Reference / Object

Constructors

Instance methods

condition(key : String, value : String | Int32)

Adds a Condition to the Policy.

Source
expiration(time : Time | Nil)

The expiration time of the Policy.

Source
expiration

The expiration time of this policy

Source
fields

The policy fields

Source
to_hash

Returns the hash Representation of the Policy. Returns an empty hash if the Policy is not valid.

Source
to_s(io : IO)

Returns the Policy has Base64 encoded JSON.

Source
valid?

Returns true if the Policy is valid, false otherwise.

Source