-
-
Notifications
You must be signed in to change notification settings - Fork 373
Add support for s3-compatible storage #3924
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
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. Thanks for hacking on this!
Have you been able to built Taskwarrior with the updated TaskChampion?
} | ||
std::string aws_endpoint_url = Context::getContext().config.get("sync.aws.endpoint_url"); | ||
bool aws_force_path_style = | ||
Context::getContext().config.getBoolean("sync.aws.force_path_style"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What value does this need to take when it and aws_endpoint_url
are omitted? I assume this call will default to false
when the config is not provided.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll also need to update the docs as to when region
is required, and allow it to be empty in other cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, this defaults to false
.
I believe AWS will actually work with both aws_force_path_style = false
and aws_force_path = true
!
:ack: on the docs here, I need to start editing ./doc/man/task-sync.5
Yeah! I had a successful sync to a rook-ceph object store by using the instructions in: https://github.com/GothenburgBitFactory/taskwarrior/blob/bba38b00f8d4735dc260deea3c05a302fb878474/doc/devel/contrib/development.md#using-a-custom-version-of-taskchampion I should be able to get to the feedback today or tomorrow! |
I'm really busy too, so take your time but please let me know if you feel like "tomorrow" slips into "never" :) |
Utilizes GothenburgBitFactory/taskchampion#601
Will rewrite PR description and move out of draft