We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab1750 commit 165b47bCopy full SHA for 165b47b
tests/functional/aws-node-sdk/lib/utility/bucket-util.js
@@ -53,7 +53,7 @@ class BucketUtility {
53
return this.s3.send(new CreateBucketCommand({
54
Bucket: bucketName,
55
ObjectLockEnabledForBucket: true,
56
- })).then(() => bucketName)
+ })).then(() => bucketName);
57
}
58
59
createMany(bucketNames) {
0 commit comments