Awscr::S3::Presigned::Url::Options
Options for generating a Presigned::Url
Constructors
new(aws_access_key : String, aws_secret_key : String, region : String, object : String, bucket : String, endpoint = nil, expires : Int32 = 86400, host_name : Nil | String = nil, additional_options : Hash(String, String) = Hash(String, String).new, signer : Symbol = :v4, include_port : Bool = false, force_path_style : Bool = false, scheme : String = "https")
SourceInstance methods
force_path_style?
Use path format for bucket specification <scheme>://<host_name>/<bucket>/<key> <scheme>://<bucket>.<host_name>/<key>
signer
Sourcesigner_version
Source