addBucket
Method
interface RustFsResource { // ... omitted for brevity addBucket(bucketName: string): RustFsBucketResource;}Signature
method
addBucketbuilderAdds a bucket to the RustFs resource. The bucket is created by issuing a signed `PUT` request to the RustFs S3 API after the server resource becomes ready.
addBucket(bucketName: string): RustFsBucketResourceParameters
bucketNamestringReturns
RustFsBucketResourceApplies to
This method applies to the following types: