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 |