Commit 59b36505 authored by Tristan Cavelier's avatar Tristan Cavelier

Minor documentation update

parent 879a2d3a
...@@ -90,7 +90,9 @@ for basic authentication, the password will just be base64 encoded. ...@@ -90,7 +90,9 @@ for basic authentication, the password will just be base64 encoded.
S3Storage S3Storage
^^^^^^^^^ ^^^^^^^^^
Work is in progress. Documentation comming soon. Live tests OK!
Here is a basic description for jIO. Documentation comming soon.
.. code-block:: javascript .. code-block:: javascript
...@@ -98,8 +100,7 @@ Work is in progress. Documentation comming soon. ...@@ -98,8 +100,7 @@ Work is in progress. Documentation comming soon.
"type": "s3", "type": "s3",
"AWSIdentifier": "my aws identifier", "AWSIdentifier": "my aws identifier",
"password": "my password", "password": "my password",
"server": "bucket_name", "server": "bucket_name"
"url": "https://bucket_name.s3.amazonaws.com"
} }
XWikiStorage XWikiStorage
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment