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
Is your feature request related to a problem? Please describe.
I want to use Minio locally instead of S3 to speedup the render tests. With the version of the AWS SDK used the endpoint behavior is buggy when URL resolution is in virtual host mode. The easiest way to avoid this is forcing path.
This is the error I get when s3 using virtual host style with local Minio instance.
UnknownEndpoint: Inaccessible host: `remake-staging-prod-result-mno1f0aw.localhost' at port `undefined'.
Describe the solution you'd like
Allow setting the s3 path style either via a parameter or an environment variable when using a custom endpoint.
Describe alternatives you've considered
Allow passing a custom s3 clients to the render job. This might be more flexible when building of top of nexrender core like I am but it would not be portable to users of the server or the cli.
Additional context
This is is what I did to my local dependency to get Minio working locally.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
I want to use Minio locally instead of S3 to speedup the render tests. With the version of the AWS SDK used the endpoint behavior is buggy when URL resolution is in virtual host mode. The easiest way to avoid this is forcing path.
This is the error I get when s3 using virtual host style with local Minio instance.
Describe the solution you'd like
Allow setting the s3 path style either via a parameter or an environment variable when using a custom endpoint.
Describe alternatives you've considered
Allow passing a custom s3 clients to the render job. This might be more flexible when building of top of nexrender core like I am but it would not be portable to users of the server or the cli.
Additional context
This is is what I did to my local dependency to get Minio working locally.
The text was updated successfully, but these errors were encountered: