我可以在 IBM COS - S3 API 中使用 awscli s3 网站命令托管静态网站吗?

Could I host static website using awscli s3 website command in IBM COS - S3 API?

aws --endpoint-url=https://s3-api.us-geo.objectstorage.softlayer.net 
     s3 website s3://mytestbucket --index-document index.html
     --error-document error.html

An error occurred (UnsupportedOperation) when calling the PutBucketWebsite operation: The operation requested is not supported

S3 的 COS 实现目前不支持静态网站托管 API。 all S3 API operations supported by COS can be found in the 'API Overview' section of the documentation.

的完整列表