We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90e92e commit 00e4e69Copy full SHA for 00e4e69
demo/demo.js
@@ -1722,6 +1722,7 @@ function getSnapshot() {
1722
cos.request({
1723
Bucket: config.Bucket,
1724
Region: config.Region,
1725
+ Method: 'GET',
1726
Key: 'test.mp4',
1727
Query: {
1728
'ci-process': 'snapshot', /** 固定值,必须 */
test/test.js
@@ -3819,10 +3819,11 @@ group('数据万象', function () {
3819
done();
3820
});
3821
3822
- test('describeMediaBuckets()', function (done, assert) {
+ test('getSnapshot()', function (done, assert) {
3823
3824
3825
3826
3827
3828
3829
0 commit comments