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

Expose S3AsynBuilder #283

Closed
regis-leray opened this issue Jan 7, 2022 · 0 comments · Fixed by #284
Closed

Expose S3AsynBuilder #283

regis-leray opened this issue Jan 7, 2022 · 0 comments · Fixed by #284

Comments

@regis-leray
Copy link
Member

So I managed to figure out why my issue was happening. It seems like I need to add this line of code when creating the S3AsyncClient
.serviceConfiguration(S3Configuration.builder().pathStyleAccessEnabled(true).build()) sadly zio.s3 does not allow me to specify this configuration so I had to manually create a client and instantiate Live

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

Successfully merging a pull request may close this issue.

1 participant