Path is templates/examples/filesystem-volumes/dynamic-pv/local-chap localChap: enable: false clusterId: cluster1 clusterMode: true chapUser: user chapPassword: skskdndD0dkfL # Sample of dynamic pv with chap enabled.
代码示例// Create the parameters for calling createBucket var bucketParams = { Bucket: "", ACL: 'private', CreateBucketConfiguration: { LocationConstraint: '' } }; // call S3 to create the bucket s3Client.createBucket(bucketParams, function