我正在通过Watson Studio将对象提交到IBM Cloud存储桶中,但是即使我觉得代码中已定义了密钥,我的公式也无法检测到密钥。
我尝试了多种不同的名称,可能是关键,但没有任何效果。这部分不是实际的作业,而只是提交它,因此可能不应该那么难,这就是为什么我无法在线找到任何有关它的原因。
var input1 = document.getElementById("first"),
input2 = document.getElementById("second");
input1.onkeyup = function() {
input2.value = this.value; // you can manipulate the value here.
};
我希望它能运行,我不知道它将显示什么输出。
错误消息:
NoSuchKey:调用PutObject时发生错误(NoSuchKey) 操作:指定的密钥不存在。