class

Google::Cloud::Storage

Inherits Reference < Object

Constructors

new(credentials : Google::ServiceAccount::Key, storage_host : String = "storage.googleapis.com")
Source

Instance methods

buckets
Source
credentials
Source
delete(path : String, headers = HTTP::Headers.new, &)
Source
get(path : String, headers = HTTP::Headers.new, &)
Source
objects
Source
post(path : String, body, headers = HTTP::Headers.new, &)
Source
presigned_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

Nested types