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
{{ message }}
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
The following code shows that S3Client.listBuckets(), which responds almost immediately when using the real AWS S3 service, blocks for 30 seconds when using S3Mock:
The following code shows that S3Client.listBuckets(), which responds almost immediately when using the real AWS S3 service, blocks for 30 seconds when using S3Mock:
When run using
mvn test
(or in IntelliJ IDEA) the above test gives the following output:This test was run on Ubuntu Linux (versions 20.04 and 22.04).
For the full project (consisting of just two files) allowing you to reproduce this issue easily, clone https://github.com/klitoskyriacou/S3MockDemo.
The text was updated successfully, but these errors were encountered: