class Scalr::Services::S3::Object
- Scalr::Services::S3::Object
- Reference
- Object
Defined in:
scalr/services/s3.crConstructors
Instance Method Summary
- #blob : Bytes
- #exists? : Bool
- #headers : HTTP::Headers
- #modified? : Bool
- #presigned_url(**options)
- #read(&block : IO, HTTP::Headers -> ) : Void
- #update_headers
- #write(&block : IO, HTTP::Headers -> ) : Void
Constructor Detail
def self.new(config : Scalr::Config::S3, bucket : String, key : String, clients : Pool(Awscr::S3::Client), header_cache : Cache::MemoryStore(String, HTTP::Headers))
#