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
error when revad starts. To reproduce, set dockerbak in your /etc/hosts to a server that runs docker (in my case I use 64.227.66.5 dockerbak), then:
dockerbak
64.227.66.5 dockerbak
./build.sh ./reset.sh ./revad-live.sh docker logs revad_live
The text was updated successfully, but these errors were encountered:
this comes from miniogo
https://sourcegraph.com/github.com/minio/minio-go@5857456dabe780988e5a3b7284343031e73863dc/-/blob/utils.go#L64
https://github.com/pondersource/sciencemesh-nextcloud/blob/main/reva-storage-nextcloud/blobstore/blobstore.go#L26
Sorry, something went wrong.
I should add something like https://github.com/cs3org/reva/blob/a8c61401b662d8e09175416c0556da8ef3ba8ed6/tests/oc-integration-tests/drone/storage-oc-s3ng.toml#L28-L32
[grpc.services.storageprovider.drivers.nextcloud] "s3.endpoint" = "http://nextcloud/" "s3.region" = "default" "s3.bucket" = "the-bucket" "s3.access_key" = "foo" "s3.secret_key" = "bar"
695afe1
No branches or pull requests
error when revad starts. To reproduce, set
dockerbak
in your /etc/hosts to a server that runs docker (in my case I use64.227.66.5 dockerbak
), then:The text was updated successfully, but these errors were encountered: