When passing CreateCommitInput as input to an Aws::Client method, you can use a vanilla Hash:
{
repository_name: "RepositoryName", branch_name: "BranchName", parent_commit_id: "CommitId",
author_name: "Name",
email: "Email",
commit_message: "Message",
keep_empty_folders: false,
put_files: [
{
file_path: "Path", file_mode: "EXECUTABLE", file_content: "data",
source_file: {
file_path: "Path", is_move: false,
},
},
],
delete_files: [
{
file_path: "Path", },
],
set_file_modes: [
{
file_path: "Path", file_mode: "EXECUTABLE", },
],
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4