Skip to content

Commit

Permalink
CMR-10282: Remove name and rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoroolivares2016 committed Feb 6, 2025
1 parent ab76cc9 commit f8e9053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/cmr-stac/lib/cmr-stac-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class CmrStacStack extends cdk.Stack {
const cmrStacDocsBucket = s3.Bucket.fromBucketName(
this,
"cmrStacDocsBucket",
`cmr-stac-static-bucket-eudoro-${STAGE_NAME}`
`cmr-stac-static-bucket-${STAGE_NAME}`
);

// This maps to the `*` principal
Expand Down

0 comments on commit f8e9053

Please sign in to comment.