The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::AmazonS3::Simple::Object::Memory - S3 object in memory

SYNOPSIS Net::AmazonS3::Simple::Object::File->create_from_response( response => $response, content => '...', );

DESCRIPTION

This class represents downloaded object with content in memory. This class is based on Net::AmazonS3::Simple::Object.

METHODS

new(%attributes)

%attributes

attributes from Net::AmazonS3::Simple::Object

content

create_from_response(%options)

%options

validate

response

LICENSE

Copyright (C) Avast Software.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Jan Seidl <seidl@avast.com>