Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fern authored and fern committed Jan 2, 2025
1 parent d5b0cb7 commit 13dcf2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions servers/fdr-deploy/scripts/fdr-deploy-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ export class FdrDeployStack extends Stack {
});
publicDocsBucket.grantPublicAccess();


const sophosTestDocsBucket = new Bucket(this, "sophos-test-docs-bucket", {
bucketName: `sophos-test-docs-bucket`,
blockPublicAccess: {
Expand All @@ -208,7 +207,7 @@ export class FdrDeployStack extends Stack {
},
versioned: true,
});
sophosTestDocsBucket.grantPublicAccess();
sophosTestDocsBucket.grantPublicAccess();
// Files are moved to the quarantine bucket if sophos deems them infected
const quarantineBucket = new Bucket(
this,
Expand Down

0 comments on commit 13dcf2c

Please sign in to comment.