Skip to content

Commit e30b00d

Browse files
committed
Rename codesets standard logs bucket to be more specific
1 parent 4f851cd commit e30b00d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/resources/standardLogsBucket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {ISetup} from "../utils/Setup";
44

55
export function createStandardLogsBucket(setup: ISetup): Bucket {
66
const awsEuNorth1 = new aws.Provider("aws-eu-north-1", {region: "eu-north-1"});
7-
const bucket = new aws.s3.Bucket(`standard-logs-bucket-${setup.stage}`, {
7+
const bucket = new aws.s3.Bucket(`${setup.projectName}-standard-logs-${setup.stage}`, {
88
lifecycleRules: [
99
{
1010
enabled: true,

0 commit comments

Comments
 (0)