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
To speed up using a S3 Bucket as target for my eclipse store storage, i wanted to use the S3 Express One Zone.
After a bit of configuration i finally could create an S3Client that works on S3 Express One Zone.
Unfortunatly a ListObjectsRequest is executed by EclipseStore (S3Connector) with the prefix PersistenceTypeDictionary.ptd. which results in following error: Caused by: software.amazon.awssdk.services.s3.model.S3Exception: This bucket does not support a prefix that does not end in a delimiter. Specify a prefix path ending with a delimiter and try again. (Service: S3, Status Code: 400, Request ID: ...
If EclipseStore would prefix with PersistenceTypeDictionary.ptd. this should already work.
To speed up using a S3 Bucket as target for my eclipse store storage, i wanted to use the S3 Express One Zone.
After a bit of configuration i finally could create an
S3Client
that works on S3 Express One Zone.Unfortunatly a ListObjectsRequest is executed by EclipseStore (
S3Connector
) with the prefixPersistenceTypeDictionary.ptd.
which results in following error:Caused by: software.amazon.awssdk.services.s3.model.S3Exception: This bucket does not support a prefix that does not end in a delimiter. Specify a prefix path ending with a delimiter and try again. (Service: S3, Status Code: 400, Request ID: ...
If EclipseStore would prefix with
PersistenceTypeDictionary.ptd.
this should already work.I created a repository for your convenience: https://github.com/JohannesRabauer/eclipse-store-s3-express-one-zone
The text was updated successfully, but these errors were encountered: