class

Bunny::Cdn

Inherits Reference < Object

Constants

ENDPOINT_URL = "https://storage.bunnycdn.com"
VERSION = "0.1.0"

Constructors

new(access_key : String)
Source

Instance methods

browser_files(storage_zone : String, path : String)
Source
download(storage_zone : String, path : String, output : IO)
Source
upload(storage_zone : String, path : String, file : IO | String) : HTTP::Client::Response
Source