@@ -41,26 +41,28 @@ configure cache behavior, and secure download links.
4141Share 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
6668Notes:
@@ -192,14 +194,17 @@ selected management server.
192194Global 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
204209Events and Logging
205210------------------
@@ -215,6 +220,8 @@ These changes improve traceability and operational visibility.
215220Archive Formats
216221---------------
217222
223+ .. cssclass :: table-striped table-bordered table-hover
224+
218225+---------------+----------+
219226| Operation | Format |
220227+===============+==========+
0 commit comments