Skip to content

Commit a3b401b

Browse files
authored
Remove Const for copy_source_uri (#485)
1 parent 1c80418 commit a3b401b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/aws/s3/s3_client.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ struct aws_s3_meta_request_options {
877877
* If performing a copy operation, provide the source URI here to bypass limitations 1 and 2 of the copy operation.
878878
* This will be ignored for other operations.
879879
*/
880-
const struct aws_byte_cursor copy_source_uri;
880+
struct aws_byte_cursor copy_source_uri;
881881
};
882882

883883
/* Result details of a meta request.

0 commit comments

Comments
 (0)