Skip to content

Commit e3afcec

Browse files
author
Anirav Kareddy
committed
testing (removed the array byte input stream to see if needed or not)
1 parent 37ad067 commit e3afcec

File tree

5 files changed

+422
-415
lines changed

5 files changed

+422
-415
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
export AWS_S3EC_TEST_KMS_KEY_ID=arn:aws:kms:${{ vars.CI_AWS_REGION }}:${{ secrets.CI_AWS_ACCOUNT_ID }}:key/${{ vars.CI_KMS_KEY_ID }}
5959
export AWS_S3EC_TEST_KMS_KEY_ALIAS=arn:aws:kms:${{ vars.CI_AWS_REGION }}:${{ secrets.CI_AWS_ACCOUNT_ID }}:alias/${{ vars.CI_KMS_KEY_ALIAS }}
6060
export AWS_REGION=${{ vars.CI_AWS_REGION }}
61-
mvn -B -ntp test -DskipCompile -Dtest=S3EncryptionClientStreamTest#customSetBufferSizeWithLargeObject,S3EncryptionClientStreamTest#customSetBufferSizeWithLargeObjectAsyncClient
61+
mvn -B -ntp test -DskipCompile -Dtest=S3EncryptionClientStreamTest#customSetBufferSizeWithLargeObject,S3EncryptionClientStreamTest#customSetBufferSizeWithLargeObjectAsyncClient,S3EncryptionClientStreamTest#delayedAuthModeWithLargeObject,S3EncryptionClientInstructionFileTest#testMultipartPutWithInstructionFile,S3EncryptionClientMultipartUploadTest#multipartPutObject,S3EncryptionClientMultipartUploadTest#multipartPutObjectAsync,MultipartUploadExampleTest#testMultipartUploadExamples
6262
shell: bash
6363

6464
- name: Package JAR

0 commit comments

Comments
 (0)