You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./gradlew clean test -DincludeTags="AwsS3IntegrationTest" --tests '*S3StatusCheckerIntegrationTest'
26
+
```
27
+
28
+
`IT_AWS_REGION` must be set to your region code in order to avoid
29
+
["A conflicting conditional operation is currently in progress against this resource." error](http://stackoverflow.com/questions/13898057/aws-error-message-a-conflicting-conditional-operation-is-currently-in-progress).
Copy file name to clipboardexpand all lines: extensions/common/aws/aws-test/src/testFixtures/java/org/eclipse/dataspaceconnector/aws/testfixtures/AbstractS3Test.java
+19-5
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
*
10
10
* Contributors:
11
11
* Microsoft Corporation - initial API and implementation
0 commit comments