Skip to content

Commit

Permalink
V2 for all
Browse files Browse the repository at this point in the history
  • Loading branch information
codyborn committed Nov 5, 2024
1 parent 89ce67f commit a72ad6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/providers/webhook/s3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ export class S3WebhookConfigurationProvider implements WebhookConfigurationProvi
this.lastUpdatedEndpointsTimestamp = Date.now();
}
const config = this.endpoints.find((e) => e.endpoint === endpoint);
return config?.supportedVersions ?? [ProtocolVersion.V1];
return config?.supportedVersions ?? [ProtocolVersion.V2];
}
}

0 comments on commit a72ad6c

Please sign in to comment.