mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Storage/S3: Fix README
This commit is contained in:
parent
decf699b82
commit
dbeeccff6c
@ -15,6 +15,10 @@ to local storage (but it would of course be possible to write a script for this)
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.1.2
|
||||
|
||||
- No technical changes, just fixing a mistake in the README change from 3.1.1
|
||||
|
||||
### 3.1.1
|
||||
|
||||
- No technical changes, just adding the missing README to PyPI and updating the nginx
|
||||
@ -112,9 +116,6 @@ to the `server` block in your nginx config that is responsible for Indico.
|
||||
```nginx
|
||||
location ~ ^/\.xsf/s3/(?<download_protocol>https?)/(?<download_host>[^/]+)/(?<download_path>.+)$ {
|
||||
internal;
|
||||
set $download_protocol $1;
|
||||
set $download_host $2;
|
||||
set $download_path $3;
|
||||
set $download_url $download_protocol://$download_host/$download_path;
|
||||
resolver YOUR_RESOLVER;
|
||||
proxy_set_header Host $download_host;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-storage-s3
|
||||
version = 3.1.1
|
||||
version = 3.1.2
|
||||
description = S3 storage backend for Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user