Pre-Sign Image URLs
@include('base.fields.checkbox', ['name' => 'mcloud-storage-use-presigned-urls-images', 'conditions' => '', 'description' => 'Enable to generate signed URLs for images that will expire within a specified time period. If Use Pre-Signed URLs is enabled, this setting is ignored.', 'value' => \MediaCloud\Plugin\Utilities\Environment::Option('mcloud-storage-use-presigned-urls-images', null, false)])
Image URL Expiration

The number of minutes the signed URL is valid for. If set to 0, the default Pre-Signed URL Expiration will be used.

Pre-Sign Video URLs
@include('base.fields.checkbox', ['name' => 'mcloud-storage-use-presigned-urls-video', 'conditions' => '', 'description' => 'Enable to generate signed URLs for video files that will expire within a specified time period. If Use Pre-Signed URLs is enabled, this setting is ignored.', 'value' => \MediaCloud\Plugin\Utilities\Environment::Option('mcloud-storage-use-presigned-urls-video', null, false)])
Video URL Expiration

The number of minutes the signed URL is valid for. If set to 0, the default Pre-Signed URL Expiration will be used.

Pre-Sign Audio URLs
@include('base.fields.checkbox', ['name' => 'mcloud-storage-use-presigned-urls-audio', 'conditions' => '', 'description' => 'Enable to generate signed URLs for audio files that will expire within a specified time period. If Use Pre-Signed URLs is enabled, this setting is ignored.', 'value' => \MediaCloud\Plugin\Utilities\Environment::Option('mcloud-storage-use-presigned-urls-audio', null, false)])
Audio URL Expiration

The number of minutes the signed URL is valid for. If set to 0, the default Pre-Signed URL Expiration will be used.

Pre-Sign Document URLs
@include('base.fields.checkbox', ['name' => 'mcloud-storage-use-presigned-urls-docs', 'conditions' => '', 'description' => 'Enable to generate signed URLs for audio files that will expire within a specified time period. If Use Pre-Signed URLs is enabled, this setting is ignored.', 'value' => \MediaCloud\Plugin\Utilities\Environment::Option('mcloud-storage-use-presigned-urls-docs', null, false)])
Document URL Expiration

The number of minutes the signed URL is valid for. If set to 0, the default Pre-Signed URL Expiration will be used.

@if($conditions) @endif