mirror of
https://github.com/rclone/rclone.git
synced 2026-02-20 11:23:25 +00:00
drime: fix files and directories being created in the default workspace
Before this change directories and files were created in the default workspace, not the workspace specified by --drime-workspace-id.
This commit is contained in:
@@ -173,6 +173,7 @@ type MultiPartCreateRequest struct {
|
||||
Extension string `json:"extension"`
|
||||
ParentID json.Number `json:"parent_id"`
|
||||
RelativePath string `json:"relativePath"`
|
||||
WorkspaceID string `json:"workspaceId,omitempty"`
|
||||
}
|
||||
|
||||
// MultiPartCreateResponse is returned by POST /s3/multipart/create
|
||||
|
||||
Reference in New Issue
Block a user