class

Aws::S3::Presigned::Post

Inherits Reference / Object

Represents the URL and fields required to send a HTTP form POST to S3 for object uploading.

Constructors

new(region : String, aws_access_key : String, aws_secret_key : String, signer : Symbol = :v4)
Source

Instance methods

build

Build a post object by adding fields

Source
fields

Returns the fields, without signature fields

Source
url

Return the url to post to

Source
valid?

Returns if the post is valid, false otherwise

Source