在教程中,FORGE_BUCKET 是存储桶的名称
当我输入已创建的存储桶的名称并运行它,返回如下错误
{
statusCode: 400,
statusMessage: 'Bad Request',
statusBody: {
reason: 'Invalid bucket key (should match regexp.: ^[-_.a-z0-9]{3,128}$)'
}
}
应该怎么解决呢?
在教程中,FORGE_BUCKET 是存储桶的名称
当我输入已创建的存储桶的名称并运行它,返回如下错误
{
statusCode: 400,
statusMessage: 'Bad Request',
statusBody: {
reason: 'Invalid bucket key (should match regexp.: ^[-_.a-z0-9]{3,128}$)'
}
}
应该怎么解决呢?