A fork of https://github.com/edwardspec/mediawiki-aws-s3 maintained for the OpenWiki stack.
Go to file
Ampera ff9b1417f6 fix readme conflict, pull from upstream 2024-04-17 11:02:23 +00:00
.github/workflows (tests) Update tests for the new version of Moto server (S3 mock) 2024-03-02 16:34:47 +03:00
.phan Remove B/C code for MediaWiki 1.27-1.34 (master branch requires 1.35+) 2020-12-10 18:09:19 +03:00
i18n Localisation updates from https://translatewiki.net. 2017-10-04 22:51:02 -07:00
includes (feature) Allow to add non-standard zones to $wgLocalFileRepo 2023-06-11 01:18:13 +03:00
s3 fix readme conflict, pull from upstream 2024-04-17 11:02:23 +00:00
tests (feature) Allow to add non-standard zones to $wgLocalFileRepo 2023-06-11 01:18:13 +03:00
.gitignore (tests) Add Phan static analyzer 2020-02-11 16:19:58 +03:00
.gitreview Whoops, track not trace 2017-10-04 22:47:59 -07:00
.phpcs.xml (debug) Log situation when some container is not configured 2023-11-19 19:23:32 +03:00
.travis.yml.disabled (tests) Port the automated testsuite from Travis to GitHub Actions 2020-12-13 22:43:56 +03:00
AWS.php Remove B/C code for MediaWiki 1.27-1.34 (master branch requires 1.35+) 2020-12-10 18:09:19 +03:00
COPYING Do some maintenance 2017-10-04 22:58:02 -07:00
ChangeLog (version) 0.13.0 2023-12-31 13:01:15 +03:00
Gruntfile.js Add npm entry point 2016-01-27 20:25:28 +00:00
README.md fix readme conflict, pull from upstream 2024-04-17 11:02:23 +00:00
TODO (performance) Delay CreateBucket until the error NoSuchBucket is seen 2020-02-13 09:36:37 +03:00
composer.json fix readme conflict, pull from upstream 2024-04-17 11:02:23 +00:00
extension.json (version) 0.13.0 2023-12-31 13:01:15 +03:00
package.json (tests) Update grunt 2022-05-26 00:49:30 +03:00

README.md

mediawiki-aws-s3-openwiki

This extension is a fork of the AWS extension by edawrdspec and contributors. For the original documentation, please read: https://github.com/edwardspec/mediawiki-aws-s3/

This README only covers modifications made specifically for The OpenWiki Project. These modifications may or may not be relevant to other users, either of the OpenWiki stack design, or of MediaWiki in general. This fork is licensed to match the original, and any changes made may be reintegrated into the original, or otherwise forked, within the conditions of that license.

Changes

  • Disabled the inclusion of ACL headers to support Cloudflare R2, which will refuse any requests containing ACLs.