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::Tags::Add::Request - Internal class to build PutObjectTagging request

Author

       Branislav Zahradník <barney@cpan.org>

Description

       This module implements request of PUT Object tagging
       <https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTtagging.html> operation.

Name

       Net::Amazon::S3::Operation::Object::Tags::Add::Request - Internal class to build PutObjectTagging request

Properies

tags
       Mandattory.

       Hashref, key/value tag pairs

   version_id
       Optional.

       When specified tags on given version will be set.

Synopsis

               my $request = Net::Amazon::S3::Operation::Bucket::Tags::Add::Request->new (
                       s3      => $s3,
                       bucket  => $bucket,
                       key     => $key,
                       tags    => { tag1 => 'val1', ... },
               );

Version

       version 0.991

See Also