Skip to content

Commit bcc6d96

Browse files
committed
fix tables
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 0d9da1a commit bcc6d96

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

source/adminguide/extensions/sync_download.rst

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,28 @@ configure cache behavior, and secure download links.
4141
Share Endpoint Properties
4242
~~~~~~~~~~~~~~~~~~~~~~~~~
4343

44+
.. cssclass:: table-striped table-bordered table-hover
45+
4446
+----------------------+----------------------------------------------+---------------------------------------------+
4547
| Property | Default Value | Description |
4648
+======================+==============================================+=============================================+
4749
| share.enabled | true | Enables or disables the file sharing |
4850
| | | feature. Must be ``true`` for extension |
4951
| | | downloads to function. |
5052
+----------------------+----------------------------------------------+---------------------------------------------+
51-
| share.base.dir | <HOME_DIRECTORY_OF_CLOUD_USER>/share | Base directory from which files can be |
53+
| share.base.dir | <HOME_DIRECTORY_OF_CLOUD_USER>/share | Base directory from which files can be |
5254
| | | shared. If not explicitly set, the default |
53-
| | | directory under the CloudStack user home |
55+
| | | directory under the CloudStack user home |
5456
| | | is used. |
5557
+----------------------+----------------------------------------------+---------------------------------------------+
56-
| share.cache.control | public,max-age=86400,immutable | Cache-Control header value applied to |
57-
| | | shared files. Controls browser/client |
58+
| share.cache.control | public,max-age=86400,immutable | Cache-Control header value applied to |
59+
| | | shared files. Controls browser/client |
5860
| | | caching behavior. |
5961
+----------------------+----------------------------------------------+---------------------------------------------+
60-
| share.secret | change-me | Secret key used to generate HMAC-signed |
61-
| | | download links. It is strongly recommended |
62-
| | | to change this value in production. If not |
63-
| | | set, links will not be signed. |
62+
| share.secret | change-me | Secret key used to generate HMAC-signed |
63+
| | | download links. It is strongly recommended |
64+
| | | to change this value in production. If not |
65+
| | | set, links will not be signed. |
6466
+----------------------+----------------------------------------------+---------------------------------------------+
6567

6668
Notes:
@@ -192,14 +194,17 @@ selected management server.
192194
Global Configuration Parameters
193195
--------------------------------
194196

195-
+-----------------------------------------------+--------------------------------------------------------------+
196-
| Name | Description |
197-
+===============================================+==============================================================+
198-
| extension.share.download.use.secondary.storage| If ``true``, forces extension downloads via Secondary |
199-
| | Storage (SSVM). |
200-
+-----------------------------------------------+--------------------------------------------------------------+
201-
| extension.share.link.validity.interval | Validity duration (in seconds) of the signed download URL. |
202-
+-----------------------------------------------+--------------------------------------------------------------+
197+
.. cssclass:: table-striped table-bordered table-hover
198+
199+
+------------------------------------------------+---------------+-----------------------------------------+
200+
| Name | Default Value | Description |
201+
+================================================+===============+=========================================+
202+
| extension.share.download.use.secondary.storage | false | If ``true``, forces extension downloads |
203+
| | | via Secondary Storage (SSVM). |
204+
+------------------------------------------------+---------------+-----------------------------------------+
205+
| extension.share.link.validity.interval | 3600 | Validity duration (in seconds) of the |
206+
| | | signed download URL. |
207+
+------------------------------------------------+---------------+-----------------------------------------+
203208

204209
Events and Logging
205210
------------------
@@ -215,6 +220,8 @@ These changes improve traceability and operational visibility.
215220
Archive Formats
216221
---------------
217222

223+
.. cssclass:: table-striped table-bordered table-hover
224+
218225
+---------------+----------+
219226
| Operation | Format |
220227
+===============+==========+

0 commit comments

Comments
 (0)