Skip to content

Commit

Permalink
Changed S3 bucket name to opensearch-project-github-events
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Shien <[email protected]>
  • Loading branch information
bshien committed Oct 8, 2024
1 parent 5dad1fc commit 991e13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/call/github-events-to-s3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default async function githubEventsToS3(app: Probot, context: any, resour
try {
const s3Client = new S3Client({ region: String(process.env.REGION) });
const putObjectCommand = new PutObjectCommand({
Bucket: 'github-events',
Bucket: 'opensearch-project-github-events',
Body: JSON.stringify(context),
Key: `${context.name}/${year}-${month}-${day}/${context.id}`,
});
Expand Down

0 comments on commit 991e13c

Please sign in to comment.