The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Net::AmazonS3::Simple::Object::File - S3 object in file

SYNOPSIS

Net::AmazonS3::Simple::Object::File->create_from_response(
response => $response,
file_path => path(...),
);

DESCRIPTION

METHODS

new(%attributes)

%attributes

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

file_path

create_from_response(%options)

%options

validate

response

file_path

content

return content of 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>