Dustin
Dustin
We have submitted the following pull request which allows you to specify a custom s3 endpoint in your config.yml [https://github.com/codedellemc/rexray/pull/986](url). You do still need to add the -url=customEndpoint in the...
@clintkitson yes. The reason for both is that when the s3 storage driver executes fuse-s3fs it passes the options in to mount the bucket. If you do not pass the...
I can't think of a really good reason it would be different, they should always be the same. We could set the url= option if the endpoint key is set...
I also tested adding the below code in the s3fs_executer.go init to add the -url opt to d.opts if endpoint is set. This works, but if -url is set in...
I started a small POC for this using the digital ocean library. It is rough and the cpu stuff is not correct, as I have just been playing around with...
I am having the same issue with 2.4.0, 2.5.0, 2.5.2, 2.6.0, and 2.7.0 on a fresh install and installing via helm chart. Deleted the postgres volume each deploy to make...
After starting from a fresh install and using an external DB, I was able to successfully get 2.6.0 installed without error. I had one issue, but it turned out to...
@jonathon2nd Postgres 14 the secret I generate is templated ``` - name: "{{ awx_postgres_secret_name }}" namespace: "{{ awx_namespace }}" type: Opaque data: host: "{{ postgres_host | b64encode }}" port: "{{...
I was using v2. Sorry for the extremely delayed response.
I created an API key from the Rooms tab in hipchat, then added it to my containers env variable when I started it. in the target section on the subscription...