Skip to content

Commit c2684dd

Browse files
authored
fix: revert "feat: npm source bucket is versioned" (#1695)
Reverts #1693 This doesn't take into account storage costs so we are rolling it back. #1694 has the more permanent solution.
1 parent e8220ee commit c2684dd

File tree

3 files changed

+0
-37
lines changed

3 files changed

+0
-37
lines changed

src/__tests__/__snapshots__/construct-hub.test.ts.snap

-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/__tests__/devapp/__snapshots__/snapshot.test.ts.snap

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package-sources/npmjs.ts

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ export class NpmJs implements IPackageSource {
121121
storageFactory.newBucket(scope, 'NpmJs/StagingBucket', {
122122
blockPublicAccess: BlockPublicAccess.BLOCK_ALL,
123123
enforceSSL: true,
124-
versioned: true, // we store state in this bucket; versions backup old state
125124
lifecycleRules: [
126125
{
127126
prefix: S3KeyPrefix.STAGED_KEY_PREFIX,

0 commit comments

Comments
 (0)