內容簡介
使用簡單的短代碼建立存儲在 Amazon S3 服務中的檔案的臨時連結。
也提供短代碼產生器(見截圖)。
閱讀詳細指南,以瞭解如何使用此外掛。
短代碼用法
以連結(a-tag)的方式包覆文字('立即下載'):
[s3secureurl bucket='bucket-name' target='/path/to/file.ext' expires='5']立即下載[/s3secureurl]
輸出結果: 下載
以文字形式顯示原始連結:
[s3secureurl bucket='bucket-name' target='/path/to/file.ext' expires='5' /]
輸出結果:http://example.com/secure-url
外掛標籤
開發者團隊
原文外掛簡介
Create temporary links to files which are stored in Amazon S3 service using simple shortcode.
Shortcode builder also available (see screenshots).
Read the detailed guide which describes how to use this plugin.
Shortcode usage
Wrap text (‘Download Now’) in the link (a-tag):
[s3secureurl bucket='bucket-name' target='/path/to/file.ext' expires='5']Download Now[/s3secureurl]
Output: Download
Display the raw link as text:
[s3secureurl bucket='bucket-name' target='/path/to/file.ext' expires='5' /]
Output: http://example.com/secure-url
