class Awscr::S3::Response::StartMultipartUpload
- Awscr::S3::Response::StartMultipartUpload
- Reference
- Object
Defined in:
awscr-s3/responses/start_multipart_upload.crConstructors
Class Method Summary
-
.from_response(response)
Create a
StartMultipartUpload
response from anHTTP::Client::Response
object
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#bucket : String
The bucket for the object
-
#key : String
The key for the object
-
#upload_id : String
The ID of the new object
Constructor Detail
Class Method Detail
def self.from_response(response)
#
Create a StartMultipartUpload
response from an
HTTP::Client::Response
object
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.