{"id":440,"date":"2022-04-05T10:58:13","date_gmt":"2022-04-05T03:58:13","guid":{"rendered":"http:\/\/congdong.longvan.net\/?p=440"},"modified":"2023-02-28T17:57:09","modified_gmt":"2023-02-28T10:57:09","slug":"huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage","status":"publish","type":"post","link":"https:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/","title":{"rendered":"H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng S3FS k\u1ebft n\u1ed1i S3 Cloud Storage"},"content":{"rendered":"<ol>\n<li><strong>B\u01b0\u1edbc 1:<\/strong> C\u00e0i \u0111\u1eb7t \u1ee9ng d\u1ee5ng\n<ul>\n<li>V\u1edbi h\u1ec7 \u0111ii\u1ec1u h\u00e0nh <strong>CentOS<\/strong> c\u1ea7n th\u1ef1c hi\u1ec7n c\u00e1c l\u1ec7nh d\u01b0\u1edbi .\n<pre>yum install gcc libstdc++-devel gcc-c++ curl-devel libxml2-devel openssl-devel mailcap automake git -y\nyum install yum install fuse-devel libxml2-devel libcurl-devel -y\nyum install fuse<\/pre>\n<pre>cd \/usr\/src\nwget https:\/\/github.com\/libfuse\/libfuse\/releases\/download\/fuse-3.0.0\/fuse-3.0.0.tar.gz\ncd fuse-3.0.0\n.\/configure -prefix=\/usr\/local\nmake &amp;&amp; make install\nexport PKG_CONFIG_PATH=\/usr\/local\/lib\/pkgconfig\nldconfig\nmodprobe fuse<\/pre>\n<pre>cd \/usr\/src\ngit clone https:\/\/github.com\/s3fs-fuse\/s3fs-fuse.git\ncd s3fs-fuse\/\n.\/autogen.sh\n.\/configure\nmake\nmake install<\/pre>\n<\/li>\n<li>V\u1edbi h\u1ec7 \u0111i\u1ec1u h\u00e0nh <strong>Ubuntu<\/strong> c\u1ea7n th\u1ef1c hi\u1ec7n c\u00e1c l\u1ec7nh c\u00e0i \u0111\u1eb7t d\u01b0\u1edbi \u0111\u00e2y .\n<pre>apt-get install build-essential libcurl4-openssl-dev libxml2-dev mime-support automake\napt-get install libssl-dev\napt install libfuse-dev<\/pre>\n<pre>cd \/usr\/src\nwget https:\/\/github.com\/libfuse\/libfuse\/releases\/download\/fuse-3.0.0\/fuse-3.0.0.tar.gz\ncd fuse-3.0.0\n.\/configure -prefix=\/usr\/local\nmake &amp;&amp; make install\nexport PKG_CONFIG_PATH=\/usr\/local\/lib\/pkgconfig\nldconfig\nmodprobe fuse<\/pre>\n<pre>cd \/usr\/src\ngit clone https:\/\/github.com\/s3fs-fuse\/s3fs-fuse.git\ncd s3fs-fuse\/\n.\/autogen.sh\n.\/configure\nmake\nmake install<\/pre>\n<\/li>\n<\/ul>\n<\/li>\n<li>B\u01b0\u1edbc 2: T\u1ea1o file password\n<ul>\n<li>Th\u1ef1c hi\u1ec7n l\u1ec7nh sau:\n<pre>touch \/etc\/passwd-s3fs\nchmod 600 \/etc\/passwd-s3fs<\/pre>\n<\/li>\n<li>V\u1edbi n\u1ed9i dung file passwd-s3fs bao g\u1ed3m<br \/>\nACCESS KEY: SECRET KEY<br \/>\nEX:\u00a0 28AF0CG66OVDAAE4D5G0:1emwDT8O73L4eBbQnvwtN0EeTq3XyeYlwzcuNf1q<\/li>\n<\/ul>\n<\/li>\n<li><strong>B\u01b0\u1edbc 3<\/strong>:\n<ul>\n<li>Mount S3 Storage: th\u1ef1c hi\u1ec7n l\u1ec7nh sau:\n<pre>s3fs iso \/mnt\/s3\/ -o url=http:\/\/192.168.69.104,passwd_file=\/etc\/passwd-s3fs,use_path_request_style<\/pre>\n<p>V\u1edbi:<\/p>\n<ul>\n<li>\/mnt\/s3\/ : l\u00e0 th\u01b0 m\u1ee5c tr\u00ean h\u1ec7 \u0111i\u1ec1u h\u00e0nh \u0111\u1ec3 mount S3 storage<\/li>\n<li>iso : l\u00e0 t\u00ean bucket<\/li>\n<li>url=http:\/\/192.168.69.104: l\u00e0 \u0111\u01b0\u1eddng d\u1eabn \u0111\u1ebfn server S3<\/li>\n<\/ul>\n<\/li>\n<li>\u0110\u1ec3 server t\u1ef1 \u0111\u1ed9ng mount S3 Storage ngay khi kh\u1edfi \u0111\u1ed9ng. Kh\u00e1ch h\u00e0ng c\u1ea7n m\u1edf file \/etc\/fstab \u0111\u1ec3 th\u00eam v\u00e0o:\n<pre>s3fs#&lt;bucket&gt; [folder] fuse _netdev,allow_other,rw,use_path_request_style,passwd_file=[password-file],url=http:\/\/&lt;s3-gw server&gt; 0 0<\/pre>\n<p>Ex:<\/p>\n<pre>s3fs#iso \/mnt\/s3 fuse _netdev,allow_other,rw,use_path_request_style,passwd_file=\/etc\/passwd-s3fs,url=http:\/\/192.168.69.104 0 0<\/pre>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p class=\"wpss_copy\">\n","protected":false},"excerpt":{"rendered":"<p>S\u1eed d\u1ee5ng \u1ee9ng d\u1ee5ng S3FS 1 &#8211; B\u01b0\u1edbc 1: C\u00e0i \u0111\u1eb7t \u1ee9ng d\u1ee5ng **\u00a0 V\u1edbi h\u1ec7 \u0111ii\u1ec1u h\u00e0nh CentOS c\u1ea7n th\u1ef1c hi\u1ec7n c\u00e1c l\u1ec7nh d\u01b0\u1edbi \u0111\u00e2y yum install gcc libstdc++-devel gcc-c++ curl-devel libxml2-devel openssl-devel mailcap automake git -y yum install yum install fuse-devel libxml2-devel libcurl-devel -y yum install fuse cd \/usr\/src wget https:\/\/github.com\/libfuse\/libfuse\/releases\/download\/fuse-3.0.0\/fuse-3.0.0.tar.gz cd fuse-3.0.0 [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_oasis_is_in_workflow":0,"_oasis_original":0,"footnotes":""},"categories":[19],"tags":[],"class_list":["post-440","post","type-post","status-publish","format-standard","hentry","category-cloud-storage"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng S3FS k\u1ebft n\u1ed1i S3 Cloud Storage - Long V\u00e2n<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/\" \/>\n<meta property=\"og:locale\" content=\"vi_VN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng S3FS k\u1ebft n\u1ed1i S3 Cloud Storage - Long V\u00e2n\" \/>\n<meta property=\"og:description\" content=\"S\u1eed d\u1ee5ng \u1ee9ng d\u1ee5ng S3FS 1 - B\u01b0\u1edbc 1: C\u00e0i \u0111\u1eb7t \u1ee9ng d\u1ee5ng **\u00a0 V\u1edbi h\u1ec7 \u0111ii\u1ec1u h\u00e0nh CentOS c\u1ea7n th\u1ef1c hi\u1ec7n c\u00e1c l\u1ec7nh d\u01b0\u1edbi \u0111\u00e2y yum install gcc libstdc++-devel gcc-c++ curl-devel libxml2-devel openssl-devel mailcap automake git -y yum install yum install fuse-devel libxml2-devel libcurl-devel -y yum install fuse cd \/usr\/src wget https:\/\/github.com\/libfuse\/libfuse\/releases\/download\/fuse-3.0.0\/fuse-3.0.0.tar.gz cd fuse-3.0.0 [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/\" \/>\n<meta property=\"og:site_name\" content=\"Long V\u00e2n\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-05T03:58:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-28T10:57:09+00:00\" \/>\n<meta name=\"author\" content=\"Long V\u00e2n\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0110\u01b0\u1ee3c vi\u1ebft b\u1edfi\" \/>\n\t<meta name=\"twitter:data1\" content=\"Long V\u00e2n\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 ph\u00fat\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\\\/\"},\"author\":{\"name\":\"Long V\u00e2n\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#\\\/schema\\\/person\\\/5c6e08999194225309f0ed2e3bf476c4\"},\"headline\":\"H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng S3FS k\u1ebft n\u1ed1i S3 Cloud Storage\",\"datePublished\":\"2022-04-05T03:58:13+00:00\",\"dateModified\":\"2023-02-28T10:57:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\\\/\"},\"wordCount\":179,\"publisher\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#organization\"},\"articleSection\":[\"Cloud Storage\"],\"inLanguage\":\"vi\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\\\/\",\"url\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\\\/\",\"name\":\"H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng S3FS k\u1ebft n\u1ed1i S3 Cloud Storage - Long V\u00e2n\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#website\"},\"datePublished\":\"2022-04-05T03:58:13+00:00\",\"dateModified\":\"2023-02-28T10:57:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\\\/#breadcrumb\"},\"inLanguage\":\"vi\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Trang ch\u1ee7\",\"item\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng S3FS k\u1ebft n\u1ed1i S3 Cloud Storage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#website\",\"url\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/\",\"name\":\"Long V\u00e2n\",\"description\":\"C\u1ed9ng \u0110\u1ed3ng\",\"publisher\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"vi\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#organization\",\"name\":\"Long V\u00e2n\",\"url\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"vi\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/cropped-logo-longvancloudsolution.png\",\"contentUrl\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/cropped-logo-longvancloudsolution.png\",\"width\":1300,\"height\":330,\"caption\":\"Long V\u00e2n\"},\"image\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#\\\/schema\\\/person\\\/5c6e08999194225309f0ed2e3bf476c4\",\"name\":\"Long V\u00e2n\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"vi\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/68da827f618973938301c67d7383f4e1085280884ff746626037035e6c9d0996?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/68da827f618973938301c67d7383f4e1085280884ff746626037035e6c9d0996?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/68da827f618973938301c67d7383f4e1085280884ff746626037035e6c9d0996?s=96&d=mm&r=g\",\"caption\":\"Long V\u00e2n\"},\"sameAs\":[\"http:\\\/\\\/127.0.0.1:8080\"],\"url\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng S3FS k\u1ebft n\u1ed1i S3 Cloud Storage - Long V\u00e2n","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:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/","og_locale":"vi_VN","og_type":"article","og_title":"H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng S3FS k\u1ebft n\u1ed1i S3 Cloud Storage - Long V\u00e2n","og_description":"S\u1eed d\u1ee5ng \u1ee9ng d\u1ee5ng S3FS 1 - B\u01b0\u1edbc 1: C\u00e0i \u0111\u1eb7t \u1ee9ng d\u1ee5ng **\u00a0 V\u1edbi h\u1ec7 \u0111ii\u1ec1u h\u00e0nh CentOS c\u1ea7n th\u1ef1c hi\u1ec7n c\u00e1c l\u1ec7nh d\u01b0\u1edbi \u0111\u00e2y yum install gcc libstdc++-devel gcc-c++ curl-devel libxml2-devel openssl-devel mailcap automake git -y yum install yum install fuse-devel libxml2-devel libcurl-devel -y yum install fuse cd \/usr\/src wget https:\/\/github.com\/libfuse\/libfuse\/releases\/download\/fuse-3.0.0\/fuse-3.0.0.tar.gz cd fuse-3.0.0 [...]","og_url":"https:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/","og_site_name":"Long V\u00e2n","article_published_time":"2022-04-05T03:58:13+00:00","article_modified_time":"2023-02-28T10:57:09+00:00","author":"Long V\u00e2n","twitter_card":"summary_large_image","twitter_misc":{"\u0110\u01b0\u1ee3c vi\u1ebft b\u1edfi":"Long V\u00e2n","\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc":"2 ph\u00fat"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/#article","isPartOf":{"@id":"https:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/"},"author":{"name":"Long V\u00e2n","@id":"https:\/\/longvan.net\/cong-dong\/#\/schema\/person\/5c6e08999194225309f0ed2e3bf476c4"},"headline":"H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng S3FS k\u1ebft n\u1ed1i S3 Cloud Storage","datePublished":"2022-04-05T03:58:13+00:00","dateModified":"2023-02-28T10:57:09+00:00","mainEntityOfPage":{"@id":"https:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/"},"wordCount":179,"publisher":{"@id":"https:\/\/longvan.net\/cong-dong\/#organization"},"articleSection":["Cloud Storage"],"inLanguage":"vi"},{"@type":"WebPage","@id":"https:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/","url":"https:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/","name":"H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng S3FS k\u1ebft n\u1ed1i S3 Cloud Storage - Long V\u00e2n","isPartOf":{"@id":"https:\/\/longvan.net\/cong-dong\/#website"},"datePublished":"2022-04-05T03:58:13+00:00","dateModified":"2023-02-28T10:57:09+00:00","breadcrumb":{"@id":"https:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/#breadcrumb"},"inLanguage":"vi","potentialAction":[{"@type":"ReadAction","target":["https:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/longvan.net\/cong-dong\/huong-dan-su-dung-s3fs-ket-noi-s3-cloud-storage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Trang ch\u1ee7","item":"https:\/\/longvan.net\/cong-dong\/"},{"@type":"ListItem","position":2,"name":"H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng S3FS k\u1ebft n\u1ed1i S3 Cloud Storage"}]},{"@type":"WebSite","@id":"https:\/\/longvan.net\/cong-dong\/#website","url":"https:\/\/longvan.net\/cong-dong\/","name":"Long V\u00e2n","description":"C\u1ed9ng \u0110\u1ed3ng","publisher":{"@id":"https:\/\/longvan.net\/cong-dong\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/longvan.net\/cong-dong\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"vi"},{"@type":"Organization","@id":"https:\/\/longvan.net\/cong-dong\/#organization","name":"Long V\u00e2n","url":"https:\/\/longvan.net\/cong-dong\/","logo":{"@type":"ImageObject","inLanguage":"vi","@id":"https:\/\/longvan.net\/cong-dong\/#\/schema\/logo\/image\/","url":"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2025\/11\/cropped-logo-longvancloudsolution.png","contentUrl":"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2025\/11\/cropped-logo-longvancloudsolution.png","width":1300,"height":330,"caption":"Long V\u00e2n"},"image":{"@id":"https:\/\/longvan.net\/cong-dong\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/longvan.net\/cong-dong\/#\/schema\/person\/5c6e08999194225309f0ed2e3bf476c4","name":"Long V\u00e2n","image":{"@type":"ImageObject","inLanguage":"vi","@id":"https:\/\/secure.gravatar.com\/avatar\/68da827f618973938301c67d7383f4e1085280884ff746626037035e6c9d0996?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/68da827f618973938301c67d7383f4e1085280884ff746626037035e6c9d0996?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/68da827f618973938301c67d7383f4e1085280884ff746626037035e6c9d0996?s=96&d=mm&r=g","caption":"Long V\u00e2n"},"sameAs":["http:\/\/127.0.0.1:8080"],"url":"https:\/\/longvan.net\/cong-dong\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/posts\/440","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/comments?post=440"}],"version-history":[{"count":8,"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/posts\/440\/revisions"}],"predecessor-version":[{"id":1878,"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/posts\/440\/revisions\/1878"}],"wp:attachment":[{"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/media?parent=440"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/categories?post=440"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/tags?post=440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}