SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Apache2-S3 rpm build for : openSUSE Tumbleweed. For other distributions click perl-Apache2-S3.

Name : perl-Apache2-S3
Version : 0.05 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 9.64 Date : 2024-08-05 20:57:46
Group : Development/Libraries/Perl Source RPM : perl-Apache2-S3-0.05-9.64.src.rpm
Size : 0.01 MB
Packager : (none)
Summary : Apache2::S3 Perl module
Description :
This module will map requests for URLs on your server into proxy requests
to the Amazon S3 service, adding authentication headers along the way to
permit access to non-public resources.

It doesn\'t actually do any proxying itself, rather it just adds the
required authentication fields to the request and sets up mod_proxy to
handle it. Therefore you will need to enable mod_proxy like so:

ProxyRequests on

If you permit modification requests (PUT/DELETE) using the S3ReadWrite
feature then it is quite important that you protect the url from untrusted
requests using something like the following on Apache 2.2:

< Proxy *>
< LimitExcept GET>
Order deny,allow
Deny from all
Allow from localhost
< /LimitExcept>
< /Proxy>

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-A/openSUSE_Tumbleweed/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Apache2-S3-0.05-9.64.noarch.rpm
     

Provides :
perl(Apache2::S3)
perl-Apache2-S3

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(APR::String)
perl(APR::Table)
perl(Apache2::Const)
perl(Apache2::Filter)
perl(Apache2::FilterRec)
perl(Apache2::RequestRec)
perl(CGI)
perl(Digest::HMAC)
perl(Digest::SHA1)
perl(HTML::Entities)
perl(URI::Escape)
perl(XML::Parser)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/Apache2
/usr/lib/perl5/vendor_perl/5.40.0/Apache2/S3.pm
/usr/share/doc/packages/perl-Apache2-S3
/usr/share/doc/packages/perl-Apache2-S3/Changes
/usr/share/doc/packages/perl-Apache2-S3/README
/usr/share/man/man3/Apache2::S3.3pm.gz

 
ICM