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::Vendor::Generic - Generic S3 vendor

Author

       Branislav Zahradník <barney@cpan.org>

Description

Name

       Net::Amazon::S3::Vendor::Generic - Generic S3 vendor

Synopsis

               my $s3 = Net::Amazon::S3->new (
                       vendor => Net::Amazon::S3::Vendor::Generic->new (
                               host => ...,
                               use_https => ...',
                               use_virtual_host => ...,
                               authorization_method => ...,
                               default_region => ...,
                       ),
                       ...
               );

Version

       version 0.991

See Also