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
But the properties are not being loaded. After checking the dockerfile and the script, I can see that arguments are not being passed to the exec command, so it's not going to load those arguments.
Is there a way to load those properties, or we will have to custom build s3proxy?
Also, we don't understand the --properties /dev/null at the end of the exec.
The text was updated successfully, but these errors were encountered:
Can you explain your use case more? S3Proxy only accepts one parameters file. I don't remember all the choices I made 10 years ago but I believe it was common at that time to configure Docker containers via environment variables due to poor bind mount support. If it is more common to configure via files now I would happily merge support. Can you investigate this?
We want to add arguments to add two properties files to s3, locally, we run it this way:
s3proxy --properties "/etc/s3proxy/file1" --properties "/etc/s3proxy/file2"
Now we want to run it in kubernetes, so we created a deployment and added args to the pod:
But the properties are not being loaded. After checking the dockerfile and the script, I can see that arguments are not being passed to the exec command, so it's not going to load those arguments.
Is there a way to load those properties, or we will have to custom build s3proxy?
Also, we don't understand the --properties /dev/null at the end of the exec.
The text was updated successfully, but these errors were encountered: