-
-
Notifications
You must be signed in to change notification settings - Fork 909
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
s3cmd violates XDG basedir spec on linux #658
Comments
@mdomsch What do you think? should we change that to be the default? |
I don't have a strong opinion. $HOME/.s3cfg (and that pattern) has been If someone felt strongly about doing it, allowing use of ~/.s3cfg, or On Wed, Nov 18, 2015 at 4:25 PM, Florent Viard [email protected]
|
I believe the ideal behavior would be:
@fviard, @mdomsch, what do you guys think? I would be willing to work on that next month if you agree. |
according to http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
$XDG_CONFIG_HOME defines the base directory relative to which user specific configuration files should be stored. If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used.
s3cmd is storing all config files in the home directory and violating the spec.
The text was updated successfully, but these errors were encountered: