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
Credit to Justin for finding this, willing to drop this commit so his
name is on it :)
  • Loading branch information
alanking committed Feb 18, 2023
1 parent 9c3a423 commit e2c7c81
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 e2c7c81

Please sign in to comment.