mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:45:05 +03:00
test log
This commit is contained in:
parent
f1a132b1c8
commit
54ffcf9b12
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export default class TeaXYZ extends Stack {
|
||||||
autoDeleteObjects: true,
|
autoDeleteObjects: true,
|
||||||
removalPolicy: RemovalPolicy.DESTROY,
|
removalPolicy: RemovalPolicy.DESTROY,
|
||||||
});
|
});
|
||||||
console.log("BUCKET NAME:", bucket.bucketName)
|
console.log("BUCKET ARN:", bucket.bucketArn)
|
||||||
fs.writeFile(path.join(process.cwd(), "bucket.txt"), bucket.bucketName, () => {
|
fs.writeFile(path.join(process.cwd(), "bucket.txt"), bucket.bucketName, () => {
|
||||||
console.log('bucket name shared');
|
console.log('bucket name shared');
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue