Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a S3 storage backend that uses the AWS SDK #750

Open
gaul opened this issue Dec 27, 2024 · 0 comments
Open

Add a S3 storage backend that uses the AWS SDK #750

gaul opened this issue Dec 27, 2024 · 0 comments

Comments

@gaul
Copy link
Owner

gaul commented Dec 27, 2024

Similar to Azure in #606 and Nio.2 in #697, using the AWS SDK instead of jclouds might allow better S3 compatibility. Given Apache jclouds will soon move to the attic it will not be possible to further evolve its S3 provider.

Adding an SDK-based storage backend poses challenges since there is a v1 and v2 API. AwsSdkTest currently uses v1 and migrating appears difficult even using the provided OpenRewrite recipe. I am not sure if you can have both the v1 and v2 API exist in the same application so migrating might be a prerequisite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant