Skip to content

Commit

Permalink
remove const
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jan 14, 2025
1 parent 1c80418 commit 4fea584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/s3/s3_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ struct aws_s3_meta_request_options {
* If performing a copy operation, provide the source URI here to bypass limitations 1 and 2 of the copy operation.
* This will be ignored for other operations.
*/
const struct aws_byte_cursor copy_source_uri;
struct aws_byte_cursor copy_source_uri;
};

/* Result details of a meta request.
Expand Down

0 comments on commit 4fea584

Please sign in to comment.