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
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: