Commit 096b26e
committed
fix: use rustfs for s3 tests instead of localstack (#1854)
### Motivation
The S3 impl we are using for tests of the s3 storage module now requires
auth and thus tests are failing in pipelines and locally.
### Modification
Switched from localstack to rustfs
### Result
Pipeline runs the tests again1 parent 4e59a39 commit 096b26e
1 file changed
Lines changed: 7 additions & 5 deletions
File tree
- modules/storage-s3/impl/src/test/java/eu/cloudnetservice/modules/s3
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments