{"id":13183,"date":"2024-02-07T14:43:33","date_gmt":"2024-02-07T09:13:33","guid":{"rendered":"https:\/\/utho.com\/docs\/?post_type=epkb_post_type_1&#038;p=13183"},"modified":"2024-06-04T15:37:45","modified_gmt":"2024-06-04T10:07:45","slug":"migrate-data-from-aws-s3-object-storage-to-utho-object-storage","status":"publish","type":"post","link":"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/","title":{"rendered":"Migrate data from AWS S3 object storage to Utho Object storage"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span class=\"fgb-has-inline-color\" style=\"color:#1e2022\">In this tutorial, we&#8217;ll employ rclone, a Go-based program bundled as a standalone binary, to transfer data from AWS S3 to Utho Object Stores. Rclone, an open-source tool, facilitates file management across various cloud storage services. If you&#8217;ve previously worked with an S3-compatible storage system, you may be acquainted with s3cmd. While offering similar functionalities, rclone extends its support beyond S3-compatible storage, encompassing services like Google Drive and<span class=\"fgb-has-inline-color\" style=\"color:#1e2022\"> Dropbox<\/span>.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span class=\"font-weight-semi-bold\"><span style=\"color:#1e2022\" class=\"fgb-has-inline-color\">Configurations on the AWS&nbsp; side:<\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span class=\"fgb-has-inline-color\" style=\"color:#1e2022\"><strong>Step 1:<\/strong> Generate a user with programmatic access and retain both the Access ID and Secret Key securely.<\/span><br><span class=\"fgb-has-inline-color\" style=\"color:#1e2022\"><br><strong>Step 2:<\/strong> Grant the new user at least read access to the S3 resource.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><span style=\"color:#1e2022\" class=\"fgb-has-inline-color\">Configurations on the Utho Cloud side:<\/span><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"color:#1e2022\" class=\"fgb-has-inline-color\"><strong>Step 3:<\/strong> Establish a new Bucket on Utho Cloud.<\/span><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"454\" src=\"https:\/\/utho.com\/docs\/wp-content\/uploads\/Object-1.0.jpg\" alt=\"\" class=\"wp-image-13647\" srcset=\"https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-1.0.jpg 1024w, https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-1.0-300x133.jpg 300w, https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-1.0-768x341.jpg 768w, https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-1.0-150x67.jpg 150w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"color:#1e2022\" class=\"fgb-has-inline-color\"><strong>Step 4: <\/strong>Generate a new access key to associate it with the newly created bucket.<\/span><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"493\" height=\"513\" src=\"https:\/\/utho.com\/docs\/wp-content\/uploads\/Object-2.0.jpg\" alt=\"\" class=\"wp-image-13648\" srcset=\"https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-2.0.jpg 493w, https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-2.0-288x300.jpg 288w, https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-2.0-18x18.jpg 18w, https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-2.0-20x20.jpg 20w, https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-2.0-150x156.jpg 150w\" sizes=\"auto, (max-width: 493px) 100vw, 493px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"color:#1e2022\" class=\"fgb-has-inline-color\"><strong>Step 5: <\/strong>Link the new access key with the bucket.<\/span><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"408\" src=\"https:\/\/utho.com\/docs\/wp-content\/uploads\/Object-3.0.jpg\" alt=\"\" class=\"wp-image-13649\" srcset=\"https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-3.0.jpg 1024w, https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-3.0-300x120.jpg 300w, https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-3.0-768x306.jpg 768w, https:\/\/utho.com\/blog\/wp-content\/uploads\/Object-3.0-150x60.jpg 150w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span class=\"fgb-has-inline-color\" style=\"color:#1e2022\"><strong>Step 6:<\/strong> Log in to your Linux server, from which you&#8217;ll configure the data transfer from AWS S3 object storage to <a href=\"https:\/\/utho.com\/\">Utho<\/a> object storage.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"h-getting-started-with-rclone\"><strong>Getting started with rclone:<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><span class=\"fgb-has-inline-color\" style=\"color:#1e2022\">Installing rclone<br><\/span><\/strong><span class=\"fgb-has-inline-color\" style=\"color:#1e2022\">Before commencing the data migration process, you must first install <a href=\"https:\/\/www.tomsguide.com\/reviews\/rclone-what-is-it-and-should-you-use-this-service\" rel=\"nofollow\">rclone<\/a>.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"color:#1e2022\" class=\"fgb-has-inline-color\"><strong>Step 7:<\/strong> Install rclone using the following command:<\/span><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><span class=\"fgb-has-inline-color\" style=\"color:#1e2022\">apt-get install rclone<\/span><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-medium-font-size\"><strong>Configuring rclone:<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"color:#1e2022\" class=\"fgb-has-inline-color\">Now that rclone is installed on your system, the subsequent step involves configuring it with your AWS security credentials and your Utho object store credentials.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"color:#1e2022\" class=\"fgb-has-inline-color\"><strong>Step 8:<\/strong> Create a configuration file to input the details of the object storages:<\/span><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>mkdir -p ~\/.config\/rclone<br><br>vi ~\/.config\/rclone\/rclone.conf<br>[s3]<br>type = s3<br>env_auth = false<br>access_key_id = AKbffaww<br>secret_access_key = sjFWwbfadaw<br>region = ap-south-1<br>acl = private<br><br>[utho]<br>type = s3<br>env_auth = false<br>access_key_id = xICXfdhdrrrsesa<br>secret_access_key = gIMQA57tHrFbfddf<br>endpoint = innoida.utho.io<br>acl = private<br><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"572\" height=\"290\" src=\"https:\/\/utho.com\/docs\/wp-content\/uploads\/image-4-4.png\" alt=\"\" class=\"wp-image-13188\" srcset=\"https:\/\/utho.com\/blog\/wp-content\/uploads\/image-4-4.png 572w, https:\/\/utho.com\/blog\/wp-content\/uploads\/image-4-4-300x152.png 300w, https:\/\/utho.com\/blog\/wp-content\/uploads\/image-4-4-380x193.png 380w, https:\/\/utho.com\/blog\/wp-content\/uploads\/image-4-4-150x76.png 150w\" sizes=\"auto, (max-width: 572px) 100vw, 572px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"color:#1e2022\" class=\"fgb-has-inline-color\"><strong>Step 9<\/strong>: Modify the file permissions:<\/span><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><span class=\"fgb-has-inline-color\" style=\"color:#1e2022\">chmod 600 ~\/.config\/rclone\/rclone.conf<\/span><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br><span style=\"color:#1e2022\" class=\"fgb-has-inline-color\"><strong>Step 10:<\/strong> Verify if the correct details are set:<\/span><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>rclone listremotes<br>rclone lsd utho:<br>rclone s3:<br>rclone tree s3:<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"color:#1e2022\" class=\"fgb-has-inline-color\"><strong>Step 11: <\/strong>Transfer the data from AWS S3 to Utho object storage<\/span><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>rclone copy s3: aws_bucket_name utho:utho_bucketname<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"color:#1e2022\" class=\"fgb-has-inline-color\">Task completed successfully. Thank you.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we&#8217;ll employ rclone, a Go-based program bundled as a standalone binary, to transfer data from AWS S3 to Utho Object Stores. Rclone, an open-source tool, facilitates file management across various cloud storage services. If you&#8217;ve previously worked with an S3-compatible storage system, you may be acquainted with s3cmd. While offering similar functionalities, [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":13773,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-13183","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Migrate data from AWS S3 object storage to Utho Object storage<\/title>\n<meta name=\"description\" content=\"Learn to transfer data from AWS S3 to Utho Object Stores using rclone, a versatile Go-based tool for cloud storage management.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Migrate data from AWS S3 object storage to Utho Object storage\" \/>\n<meta property=\"og:description\" content=\"Learn to transfer data from AWS S3 to Utho Object Stores using rclone, a versatile Go-based tool for cloud storage management.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/\" \/>\n<meta property=\"og:site_name\" content=\"Utho\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/uthocloud\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-07T09:13:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-04T10:07:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/utho.com\/blog\/wp-content\/uploads\/Migrate-data-from-AWS-S3-object-storage-to-Utho-Object-storage.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Mamta Chaudhary\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@uthocloud\" \/>\n<meta name=\"twitter:site\" content=\"@uthocloud\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mamta Chaudhary\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/\"},\"author\":{\"name\":\"Mamta Chaudhary\",\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/person\/825fb6875bdc8e5e3da5b76be5524e32\"},\"headline\":\"Migrate data from AWS S3 object storage to Utho Object storage\",\"datePublished\":\"2024-02-07T09:13:33+00:00\",\"dateModified\":\"2024-06-04T10:07:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/\"},\"wordCount\":339,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/utho.com\/blog\/#organization\"},\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/\",\"url\":\"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/\",\"name\":\"Migrate data from AWS S3 object storage to Utho Object storage\",\"isPartOf\":{\"@id\":\"https:\/\/utho.com\/blog\/#website\"},\"datePublished\":\"2024-02-07T09:13:33+00:00\",\"dateModified\":\"2024-06-04T10:07:45+00:00\",\"description\":\"Learn to transfer data from AWS S3 to Utho Object Stores using rclone, a versatile Go-based tool for cloud storage management.\",\"breadcrumb\":{\"@id\":\"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/utho.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Migrate data from AWS S3 object storage to Utho Object storage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/utho.com\/blog\/#website\",\"url\":\"https:\/\/utho.com\/blog\/\",\"name\":\"Utho\",\"description\":\"Tutorials Guides for Linux, Windows and Developers\",\"publisher\":{\"@id\":\"https:\/\/utho.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/utho.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/utho.com\/blog\/#organization\",\"name\":\"Utho\",\"url\":\"https:\/\/utho.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/utho.com\/blog\/wp-content\/uploads\/utho_logo_blue.png\",\"contentUrl\":\"https:\/\/utho.com\/blog\/wp-content\/uploads\/utho_logo_blue.png\",\"width\":1147,\"height\":446,\"caption\":\"Utho\"},\"image\":{\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/uthocloud\",\"https:\/\/twitter.com\/uthocloud\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/person\/825fb6875bdc8e5e3da5b76be5524e32\",\"name\":\"Mamta Chaudhary\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5b73c519a2a4a307d3d65d7a11487f2be14efb30207408d8a8a03f32e5282ce7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5b73c519a2a4a307d3d65d7a11487f2be14efb30207408d8a8a03f32e5282ce7?s=96&d=mm&r=g\",\"caption\":\"Mamta Chaudhary\"},\"url\":\"https:\/\/utho.com\/blog\/author\/mamta\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Migrate data from AWS S3 object storage to Utho Object storage","description":"Learn to transfer data from AWS S3 to Utho Object Stores using rclone, a versatile Go-based tool for cloud storage management.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/","og_locale":"en_US","og_type":"article","og_title":"Migrate data from AWS S3 object storage to Utho Object storage","og_description":"Learn to transfer data from AWS S3 to Utho Object Stores using rclone, a versatile Go-based tool for cloud storage management.","og_url":"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/","og_site_name":"Utho","article_publisher":"https:\/\/www.facebook.com\/uthocloud","article_published_time":"2024-02-07T09:13:33+00:00","article_modified_time":"2024-06-04T10:07:45+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/utho.com\/blog\/wp-content\/uploads\/Migrate-data-from-AWS-S3-object-storage-to-Utho-Object-storage.png","type":"image\/png"}],"author":"Mamta Chaudhary","twitter_card":"summary_large_image","twitter_creator":"@uthocloud","twitter_site":"@uthocloud","twitter_misc":{"Written by":"Mamta Chaudhary","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/#article","isPartOf":{"@id":"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/"},"author":{"name":"Mamta Chaudhary","@id":"https:\/\/utho.com\/blog\/#\/schema\/person\/825fb6875bdc8e5e3da5b76be5524e32"},"headline":"Migrate data from AWS S3 object storage to Utho Object storage","datePublished":"2024-02-07T09:13:33+00:00","dateModified":"2024-06-04T10:07:45+00:00","mainEntityOfPage":{"@id":"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/"},"wordCount":339,"commentCount":0,"publisher":{"@id":"https:\/\/utho.com\/blog\/#organization"},"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/","url":"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/","name":"Migrate data from AWS S3 object storage to Utho Object storage","isPartOf":{"@id":"https:\/\/utho.com\/blog\/#website"},"datePublished":"2024-02-07T09:13:33+00:00","dateModified":"2024-06-04T10:07:45+00:00","description":"Learn to transfer data from AWS S3 to Utho Object Stores using rclone, a versatile Go-based tool for cloud storage management.","breadcrumb":{"@id":"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/utho.com\/blog\/migrate-data-from-aws-s3-object-storage-to-utho-object-storage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/utho.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Migrate data from AWS S3 object storage to Utho Object storage"}]},{"@type":"WebSite","@id":"https:\/\/utho.com\/blog\/#website","url":"https:\/\/utho.com\/blog\/","name":"Utho","description":"Tutorials Guides for Linux, Windows and Developers","publisher":{"@id":"https:\/\/utho.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/utho.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/utho.com\/blog\/#organization","name":"Utho","url":"https:\/\/utho.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/utho.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/utho.com\/blog\/wp-content\/uploads\/utho_logo_blue.png","contentUrl":"https:\/\/utho.com\/blog\/wp-content\/uploads\/utho_logo_blue.png","width":1147,"height":446,"caption":"Utho"},"image":{"@id":"https:\/\/utho.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/uthocloud","https:\/\/twitter.com\/uthocloud"]},{"@type":"Person","@id":"https:\/\/utho.com\/blog\/#\/schema\/person\/825fb6875bdc8e5e3da5b76be5524e32","name":"Mamta Chaudhary","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/utho.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5b73c519a2a4a307d3d65d7a11487f2be14efb30207408d8a8a03f32e5282ce7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5b73c519a2a4a307d3d65d7a11487f2be14efb30207408d8a8a03f32e5282ce7?s=96&d=mm&r=g","caption":"Mamta Chaudhary"},"url":"https:\/\/utho.com\/blog\/author\/mamta\/"}]}},"_links":{"self":[{"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/posts\/13183","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/comments?post=13183"}],"version-history":[{"count":10,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/posts\/13183\/revisions"}],"predecessor-version":[{"id":13691,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/posts\/13183\/revisions\/13691"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/media\/13773"}],"wp:attachment":[{"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/media?parent=13183"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/categories?post=13183"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/tags?post=13183"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}