-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
S3 backend should not be AWS-specfic #3728
Comments
Related: #2274. |
The documentation here is also really confusing: https://www.vaultproject.io/docs/configuration/storage/s3.html
Endpoint suggests that it is possible to choose an alternative, however, I configure Vault with:
And then Vault starts up with:
|
As far as I'm aware it's usable with non-S3 endpoints. That error is indicating that DNS lookup failed for the host you gave. |
I'm actually referencing the host by IP, This is how I access the bucket with
|
Feature Request:
The S3 storage backend in Vault should not be specifically tied to AWS itself. There are other technologies out there which provide S3 compatible services (Ceph RADOS GW, Minio) which interface with standard commands such as
s3cmd
.The text was updated successfully, but these errors were encountered: