8000 S3 Express One Zone integration · Issue #224 · eclipse-store/store · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
S3 Express One Zone integration #224
Closed
@JohannesRabauer

Description

@JohannesRabauer

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.

I created a repository for your convenience: https://github.com/JohannesRabauer/eclipse-store-s3-express-one-zone

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0