resources: object-store.account: api_version: v1 operations: delete: operation_id: account.delete operation_type: delete targets: rust-sdk: module_name: delete get: operation_id: account.get operation_type: get targets: rust-sdk: module_name: get head: operation_id: account.head operation_type: action targets: rust-sdk: module_name: head update: operation_id: account.post operation_type: set targets: rust-sdk: module_name: set spec_file: wrk/openapi_specs/object-store/v1.yaml object-store.container: api_version: v1 extensions: rust-sdk: additional_modules: - prune operations: create: operation_id: container.put operation_type: create targets: rust-sdk: module_name: create delete: operation_id: container.delete operation_type: delete targets: rust-sdk: module_name: delete get: operation_id: container.get operation_type: get targets: rust-sdk: module_name: get head: operation_id: container.head operation_type: action targets: rust-sdk: module_name: head update: operation_id: container.post operation_type: set targets: rust-sdk: module_name: set spec_file: wrk/openapi_specs/object-store/v1.yaml object-store.object: api_version: v1 operations: delete: operation_id: object.delete operation_type: delete targets: rust-sdk: module_name: delete get: operation_id: object.get operation_type: download targets: rust-sdk: module_name: get head: operation_id: object.head operation_type: action targets: rust-sdk: module_name: head put: operation_id: object.put operation_type: upload targets: rust-sdk: module_name: put update: operation_id: object.post operation_type: set targets: rust-sdk: module_name: set spec_file: wrk/openapi_specs/object-store/v1.yaml