Chris Rienzo
|
dd61232163
|
FS-6979 #resolve #comment mod_http_cache: added base-domain config to s3 profiles so mod_http_cache can access self hosted s3 compatible service.
Example configuration:
<profiles>
<profile name="s3">
<!-- Credentials for AWS account. -->
<aws-s3>
<!-- 20 character key identifier -->
<access-key-id><![CDATA[AKIAIOSFODNN7EXAMPLE]]></access-key-id>
<!-- 40 character secret -->
<secret-access-key><![CDATA[wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY]]></secret-access-key>
<base-domain><![CDATA[example.com]]></base-domain>
</aws-s3>
<!-- Domains that this profile applies to -->
<domains>
<domain name="bucket.example.com"/>
<domain name="bucket2.example.com"/>
</domains>
</profile>
</profiles>
|
2014-11-13 10:20:02 -05:00 |
|
Chris Rienzo
|
3b45ef90ae
|
mod_http_cache: fixed S3 URL parser to allow mybucketsubdomain.com.s3.amazonaws.com
|
2014-08-12 16:07:56 -04:00 |
|
Chris Rienzo
|
259337ca57
|
mod_http_cache: fixed validation of S3 URL
|
2014-02-10 08:54:43 -05:00 |
|
Chris Rienzo
|
77501db844
|
mod_http_cache: support amazon s3 region URLs
|
2014-01-10 10:06:06 -05:00 |
|
Chris Rienzo
|
ae7371e7c5
|
mod_http_cache: allow underscore in amazon s3 hostname
|
2014-01-03 16:21:48 -05:00 |
|
Nathan Neulinger
|
32adc789f6
|
make noexpandtab explicit in all vim modelines other than xml files
|
2013-06-25 11:50:17 -05:00 |
|
Chris Rienzo
|
98ae1c93fa
|
mod_http_cache: fixed wrong string to sign when referencing AWS S3 object with subdirectory
|
2013-06-12 09:38:35 -04:00 |
|
Chris Rienzo
|
f5f65b65a9
|
mod_http_cache: remove unnecessary memset() now that switch_b64_encode() is fixed
|
2013-05-22 08:22:04 -04:00 |
|
Chris Rienzo
|
8c8b2176d2
|
mod_http_cache: added native Amazon S3 support
|
2013-05-20 09:31:28 -04:00 |
|