Skip to content

Update to Version v3.3.4 #224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

kamyarz-aws
Copy link
Member

Issue #, if available:

Description of changes:

[3.3.4] - 2025-02-06

Security

Fixed

  • Update tika-core to v1.28.4 to fix upload file issues in jmeter scripts

Checklist

  • 👋 I have run the unit tests, and all unit tests have passed.
  • ⚠️ This pull request might incur a breaking change.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -89,6 +90,16 @@ const singleTask = async (params, taskIds, taskCluster, ecs, runTaskCount) => {
ipNetworkPortion = ipNetworkPortion || ipAddress.split(".", 2).join(".");
}

const s3Params = {
Bucket: process.env.SCENARIOS_BUCKET,
Key: `Container_IPs/${testId}_IPHOSTS_${region}.txt`, // File path in the bucket, e.g.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: comment needs to be removed.

@kamyarz-aws kamyarz-aws merged commit f93bfa9 into aws-solutions:main Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants