Which method is not supported by OSS to create a bucket?
ECS instance filesystem directory operation is not a supported method to create a bucket in OSS. A bucket is a container for objects in OSS, and it is not related to the filesystem of an ECS instance.To create a bucket in OSS, you can use one of the following methods1:
through OSS API/SDK: You can use the OSS API or SDK to call the PutBucket operation to create a bucket.The OSS API and SDK support various programming languages, such as Java, Python, PHP, C#, and Node.js2.
through oss cmd tool: You can use the oss cmd tool, which is a command-line tool based on the OSS SDK for Python, to create a bucket by using the ossutil mb command3.
through cloud console: You can use the Alibaba Cloud console to create a bucket by following the steps in the documentation4.Reference:1:Create buckets - Object Storage Service - Alibaba Cloud Documentation Center2:PutBucket - API Reference| Alibaba Cloud Documentation Center3:Create a bucket - OSSUTIL User Guide| Alibaba Cloud Documentation Center4:Create a bucket - Object Storage Service - Alibaba Cloud Documentation Center.
Hortencia
16 hours ago