Python Upload SDK

更新时间:
复制 MD 格式

This topic describes the release notes for different versions of the upload SDK for Python.

Note

You can only download the latest upload SDK.

2019-04-12

Date

Version

Modifications

2019-04-12

V1.3.1

  • Added support for specifying an application ID during upload to isolate resources in a multi-application service.

  • Added support for specifying a workflow ID during upload to automate media processing.

2019-02-12

Date

Version

Modify content

2019-02-12

V1.3.0

  • Added support for specifying the video-on-demand (VOD) center and storage region to facilitate uploads from outside China. The default VOD center is in the China (Shanghai) region.

  • Added support for uploading auxiliary media assets, such as watermarks and subtitle files.

  • Added support for setting custom configurations, such as the UserData parameter, and more metadata during upload.

  • Changed the upload method for online files. The files are first downloaded to a local directory and then uploaded to ApsaraVideo VOD. This version supports uploading large files up to 48.8 TB.

  • Improved the upload process for M3U8 videos. An interface is provided to parse M3U8 shard information by default. You can also customize the shard list.

2018-07-05

Date

Version

Modified content

2018-07-05

V1.2.1

  • Use UploadVideoRequest.setStorageLocation to set the video storage region.

  • Fixed an issue where an upload credential was not refreshed after it expired during a large file upload.

2017-12-21

Date

Version

Modify content

2017-12-21

V1.1.1

  • Added support for uploading local files to ApsaraVideo VOD, including single videos, M3U8 videos with TS shards, and images.

  • Added support for uploading online files to ApsaraVideo VOD from HTTP, HTTPS, or OSS URLs. Supported files include single videos, M3U8 videos with TS shards, and images.

  • Added support for Python 2 and Python 3.