fix sia rename
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
66b6f581f9
commit
b47088bb53
@ -756,12 +756,12 @@ auto sia_provider::rename_file(const std::string &from_api_path,
|
|||||||
try {
|
try {
|
||||||
curl::requests::http_post post{};
|
curl::requests::http_post post{};
|
||||||
post.json = nlohmann::json({
|
post.json = nlohmann::json({
|
||||||
|
{"bucket", get_bucket(get_sia_config())},
|
||||||
{"from", from_api_path},
|
{"from", from_api_path},
|
||||||
{"to", to_api_path},
|
{"to", to_api_path},
|
||||||
{"mode", "single"},
|
{"mode", "single"},
|
||||||
});
|
});
|
||||||
post.path = "/api/bus/objects/rename";
|
post.path = "/api/bus/objects/rename";
|
||||||
post.query["bucket"] = get_bucket(get_sia_config());
|
|
||||||
|
|
||||||
std::string error_data;
|
std::string error_data;
|
||||||
post.response_handler = [&error_data](auto &&data, long response_code) {
|
post.response_handler = [&error_data](auto &&data, long response_code) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user