logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::Amazon::S3::Operation::Object::Upload::Abort::Request - An internal class to abort a multipart

Author

       Branislav Zahradník <barney@cpan.org>

Description

       This module aborts a multipart upload.

Methods

http_request
       This method returns a HTTP::Request object.

Name

       Net::Amazon::S3::Operation::Object::Upload::Abort::Request - An internal class to abort a multipart
       upload

Synopsis

               my $http_request = Net::Amazon::S3::Operation::Object::Upload::Abort::Request->new (
                       s3        => $s3,
                       bucket    => $bucket,
                       key       => $key
                       upload_id => $upload_id,
               );

Version

       version 0.59

See Also