class Awscr::S3::Presigned::Url

Overview

A Presigned::URL, useful to share a link or create a link for a direct PUT.

Defined in:

awscr-s3/presigned/url.cr
awscr-s3/presigned/url_options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(options : Options) #

[View source]

Instance Method Detail

def for(method : Symbol) #

Create a Presigned::Url link. Supports GET and PUT.


[View source]