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::Client::Object::Range - Object extension allowing to fetch part of an object

Author

       Branislav Zahradník <barney@cpan.org>

Description

       Simple implementation dowloads, see use-byte-range-fetches
       <https://docs.aws.amazon.com/whitepapers/latest/s3-optimizing-performance-best-practices/use-byte-range-
       fetches.html>.

Methods

       Provides same get methods as Net::Amazon::S3::Client::Object

       get
       get_decoded
       get_callback
       get_filename

Name

       Net::Amazon::S3::Client::Object::Range - Object extension allowing to fetch part of an object

See Also

       Net::Amazon::S3::Client::Object

Synopsis

               my $value = $object->range ("bytes=1024-10240")->get;

Version

       version 0.991

See Also