Commit e5ff9f7
Skip region validation in
Today these tests assert that the requests received by the handler are
signed in region `us-east-1` with no region specified, but in fact when
running in EC2 the SDK will pick up the actual region which may be
different. This commit skips this region validation for now (it is
tested elsewhere).
(cherry picked from commit 15b6e85)S3BlobStoreRepositoryTests (elastic#127372)1 parent 6fe0aa8 commit e5ff9f7
File tree
1 file changed
+3
-1
lines changed- modules/repository-s3/src/internalClusterTest/java/org/elasticsearch/repositories/s3
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
621 | 623 | | |
622 | 624 | | |
623 | 625 | | |
| |||
0 commit comments