We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c80418 commit a3b401bCopy full SHA for a3b401b
include/aws/s3/s3_client.h
@@ -877,7 +877,7 @@ struct aws_s3_meta_request_options {
877
* If performing a copy operation, provide the source URI here to bypass limitations 1 and 2 of the copy operation.
878
* This will be ignored for other operations.
879
*/
880
- const struct aws_byte_cursor copy_source_uri;
+ struct aws_byte_cursor copy_source_uri;
881
};
882
883
/* Result details of a meta request.
0 commit comments