Skip to content
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

pairs: Add support for user-agent #477

Merged
merged 1 commit into from
Nov 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions definitions/pairs.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ pair "size" {
pair "storage_class" {
type = "string"
}
pair "user_agent" {
type = "string"
description = "specify the custom user-agent from client"
}
pair "work_dir" {
type = "string"
description = "specify the work dir for service or storage, every operation will be relative to this dir. work_dir MUST start with / for every storage services. work_dir will be default to / if not set. \n For fs storage service on windows platform, the behavior is undefined."
Expand Down
22 changes: 22 additions & 0 deletions pairs/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.