Skip to content

Commit 523946a

Browse files
committed
RequestId is returned as a string, otherwise we may fail to parse it when error
1 parent 7d2565c commit 523946a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/s3cpp/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,5 +296,5 @@ struct Error {
296296
std::string Code;
297297
std::string Message;
298298
std::string Resource;
299-
int RequestId;
299+
std::string RequestId;
300300
};

0 commit comments

Comments
 (0)