Skip to content

Commit 99a906d

Browse files
committed
[chore] remove retainObjectsPatterns for gatsby-plugin-s3
1 parent ba8d5f2 commit 99a906d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gatsby-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ if (process.env.BUCKET_NAME) {
226226
options: {
227227
bucketName: process.env.BUCKET_NAME,
228228
region: process.env.BUCKET_REGION,
229-
retainObjectsPatterns: ['pull-requests/**/*'],
230229
protocol: 'https',
231230
hostname: isProduction ? 'k6.io' : 'staging.k6.io',
232231
},

0 commit comments

Comments
 (0)