Skip to content
Open
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
2 changes: 2 additions & 0 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ resources:
template_path: hooks/bucket/sdk_read_many_post_set_output.go.tpl
sdk_create_post_build_request:
template_path: hooks/bucket/sdk_create_post_build_request.go.tpl
new_resource_manager_client_options:
template_path: hooks/bucket/new_resource_manager_client_options.go.tpl
find_operation:
custom_method_name: customFindBucket
update_operation:
Expand Down
2 changes: 2 additions & 0 deletions generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ resources:
template_path: hooks/bucket/sdk_read_many_post_set_output.go.tpl
sdk_create_post_build_request:
template_path: hooks/bucket/sdk_create_post_build_request.go.tpl
new_resource_manager_client_options:
template_path: hooks/bucket/new_resource_manager_client_options.go.tpl
find_operation:
custom_method_name: customFindBucket
update_operation:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
func(o *svcsdk.Options) {
o.UsePathStyle = cfg.UsePathStyle
}