We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c2673 commit 5fd0e3cCopy full SHA for 5fd0e3c
csp/csp.html
@@ -56,7 +56,7 @@ <h1>cos-js-sdk-v5</h1>
56
// Domain: 'http://{Bucket}.cos.{Region}.example.com', // 前缀式
57
58
getAuthorization: function (options, callback) {
59
- var url = './auth-json.php?method=' + options.Method + '&pathname=' + encodeURIComponent(options.Key);
+ var url = './auth-json.php?method=' + options.Method + '&path=' + encodeURIComponent(options.Key);
60
var xhr = new XMLHttpRequest();
61
xhr.open('GET', url, true);
62
xhr.onload = function (e) {
@@ -659,4 +659,4 @@ <h1>cos-js-sdk-v5</h1>
659
</script>
660
661
</body>
662
-</html>
+</html>
0 commit comments