Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrajneeshksoni <soni.rajneesh@gmail.com>2023-02-09 16:44:16 +0300
committerArun Raghavan <arun@arunraghavan.net>2023-02-09 22:04:07 +0300
commit994c79569e1fd5a8adb909a611b21607fc2db128 (patch)
tree4015dc16472747b1745333534458808ca0538539 /docs
parent4d9b6c54725ceb1494674743d54f88fdb3dce7f0 (diff)
awss3sink: Add properties to set content-Type and content-disposition.
for uploaded object default content-type is set to binary/octet-stream, which is correct. metadata cannot be used to set content-type and content-disposition as setting metadata add a prefix x-amz-meta to key e.g. setting metadate "content-type=video/mp4" actually set value as x-amz-meta-content-type. So these has to be seaprate property. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1085>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 7127d9da..cc987c32 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -257,6 +257,30 @@
"type": "gint64",
"writable": true
},
+ "content-disposition": {
+ "blurb": "Content-Disposition header to set for uploaded object",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "NULL",
+ "mutable": "null",
+ "readable": true,
+ "type": "gchararray",
+ "writable": true
+ },
+ "content-type": {
+ "blurb": "Content-Type header to set for uploaded object",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "NULL",
+ "mutable": "null",
+ "readable": true,
+ "type": "gchararray",
+ "writable": true
+ },
"endpoint-uri": {
"blurb": "The S3 endpoint URI to use",
"conditionally-available": false,