We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #4715 we try to connect to an S3 bucket for a new feature: remote extensions.
In the regression test we pass the remote storage configuration as a CLI ARG, something like
-r { "bucket": "neon-dev-extensions-eu-central-1", "region": "eu-central-1", "endpoint": null, "prefix": "5174747474" }
and this is what compute_ctl expects.
compute_ctl
This issue:
go
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
will be resolved by #4750 + https://github.com/neondatabase/cloud/pull/5896
Sorry, something went wrong.
completed
Successfully merging a pull request may close this issue.
In #4715 we try to connect to an S3 bucket for a new feature: remote extensions.
In the regression test we pass the remote storage configuration as a CLI ARG, something like
and this is what
compute_ctl
expects.This issue:
go
control plane.compute_ctl
gets the appropriate AWS credentials (probably as environment variables)Tasks
The text was updated successfully, but these errors were encountered: