class Awscr::S3::Presigned::Post
- Awscr::S3::Presigned::Post
- Reference
- Object
Overview
Represents the URL and fields required to send a HTTP form POST to S3 for object uploading.
Defined in:
awscr-s3/presigned/post.crConstructors
Instance Method Summary
-
#build(&)
Build a post object by adding fields
-
#fields
Returns the fields, without signature fields
-
#url
Return the url to post to
-
#valid?
Returns if the post is valid, false otherwise
Constructor Detail
def self.new(region : String, aws_access_key : String, aws_secret_key : String, signer : Symbol = :v4)
#