Google::Cloud::Storage
Inherits Reference < Object
Constructors
Instance methods
buckets
Sourcecredentials
Sourcedelete(path : String, headers = HTTP::Headers.new, &)
Sourceget(path : String, headers = HTTP::Headers.new, &)
Sourceobjects
Sourcepost(path : String, body, headers = HTTP::Headers.new, &)
Sourcepresigned_url(bucket : String, key : String, method : String = "GET", expires_in : Time::Span = 1.hour, content_type : String | Nil = nil, content_md5_base64 : String | Nil = nil, headers : HTTP::Headers = HTTP::Headers.new, payload_handling : String = "UNSIGNED-PAYLOAD")
Source