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 0be4da7 commit 807911cCopy full SHA for 807911c
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