Skip to content

Commit

Permalink
[#2100] Failure to copy data to S3 returns an error
Browse files Browse the repository at this point in the history
Co-authored-by: Justin James <[email protected]>
  • Loading branch information
alanking and JustinKyleJames committed Feb 20, 2023
1 parent 296153c commit 7bc1e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3/libirods_s3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@ irods::error s3PutCopyFile(
if(data.status >= 0) {
msg += fmt::format(" - \"{}\"", S3_get_status_name((S3Status)data.status));
}
ret = ERROR(S3_PUT_ERROR, msg);
result = ERROR(S3_PUT_ERROR, msg);
}

// Clear up the S3PutProperties, if it exists
Expand Down

0 comments on commit 7bc1e61

Please sign in to comment.