{"id":17290,"date":"2026-06-03T10:00:00","date_gmt":"2026-06-03T16:00:00","guid":{"rendered":"https:\/\/www.supportpro.com\/blog\/?p=17290"},"modified":"2026-06-01T04:31:57","modified_gmt":"2026-06-01T10:31:57","slug":"amazon-s3-as-a-file-system-a-new-era-of-cloud-storage","status":"publish","type":"post","link":"https:\/\/www.supportpro.com\/blog\/amazon-s3-as-a-file-system-a-new-era-of-cloud-storage\/","title":{"rendered":"Amazon S3 as a File System: A New Era of Cloud Storage"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">For over a decade, cloud architects have had to make a fundamental trade-off: choose object storage for scalability and cost efficiency, or choose file storage for usability and application compatibility.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With the introduction of Amazon S3 Files, that trade-off is no longer necessary.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AWS has effectively redefined how developers interact with storage by enabling S3 buckets to behave like a fully functional file system,without requiring data duplication or migration. This is more than just a feature update; it\u2019s a shift in cloud storage architecture.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1. <strong>The Traditional Challenge<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\"><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Amazon S3 has always been a powerful object storage service. However, it lacked native file system semantics. This meant:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>No direct file editing (objects had to be replaced entirely)\u00a0<\/li>\n\n\n\n<li>Complex pipelines to sync data between file systems and S3\u00a0<\/li>\n\n\n\n<li>Data duplication across storage systems\u00a0<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">As a result, teams often had to choose between:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>S3 for durability and cost\u00a0<\/li>\n\n\n\n<li>File systems (like EFS) for usability\u00a0<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">2. <strong>What is Amazon S3 Files?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Amazon S3 Files introduces a fully managed file system interface for S3. It allows users to access S3 buckets as if they were standard file systems, without moving or duplicating data.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This means applications can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Read and write files directly\u00a0<\/li>\n\n\n\n<li>Use familiar file operations (create, update, delete)\u00a0<\/li>\n\n\n\n<li>Access data using standard tools and libraries\u00a0<\/li>\n\n\n\n<li>Applications can interact with S3 using standard file APIs\u00a0<\/li>\n\n\n\n<li>Data remains stored as objects in S3\u00a0<\/li>\n\n\n\n<li>No duplication or migration is required<br><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In practical terms, S3 becomes both:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A data lake\u00a0<\/li>\n\n\n\n<li>A file system\u00a0<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This convergence is what makes the feature so impactful.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">3. <strong>Architecture Overview:<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">At a high level, the architecture introduces a file system abstraction layer that sits between compute services and S3 storage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Core components include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Compute layer (EC2, containers, serverless)\u00a0<\/li>\n\n\n\n<li>File system interface (NFS support)\u00a0<\/li>\n\n\n\n<li>Intelligent caching layer\u00a0<\/li>\n\n\n\n<li>S3 object storage backend\u00a0<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This design allows applications to mount S3 as a file system, enabling familiar operations like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open\u00a0<\/li>\n\n\n\n<li>Read\u00a0<\/li>\n\n\n\n<li>Write\u00a0<\/li>\n\n\n\n<li>Modify\u00a0<\/li>\n\n\n\n<li>Delete<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.supportpro.com\/\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-1-1024x683.jpg\" alt=\"\" class=\"wp-image-17292\" srcset=\"https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-1-1024x683.jpg 1024w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-1-300x200.jpg 300w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-1-768x513.jpg 768w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-1-1170x781.jpg 1170w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-1-585x390.jpg 585w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-1-263x175.jpg 263w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-1.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">4. <strong>Accessing an Amazon S3 Bucket:<\/strong><\/h2>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\"><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">You can access and work with an Amazon S3 bucket using any of the following methods:<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>1. AWS Management Console<\/strong><\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">The AWS Management Console is a web-based interface that allows you to manage AWS services easily.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; Create an AWS account and log in to the console&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; Navigate to Amazon S3&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; Open S3 Buckets to view and manage your buckets&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Path: AWS Console \u2192 Amazon S3 \u2192 S3 Buckets<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.supportpro.com\/\"><img decoding=\"async\" width=\"1024\" height=\"574\" src=\"https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-1024x574.jpg\" alt=\"\" class=\"wp-image-17291\" srcset=\"https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-1024x574.jpg 1024w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-300x168.jpg 300w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-768x430.jpg 768w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-1536x860.jpg 1536w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-1170x655.jpg 1170w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image-585x328.jpg 585w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2026\/06\/image.jpg 1548w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>2. AWS CLI (Command Line Interface)<\/strong><\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">The AWS CLI allows you to interact with S3 directly from your terminal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Steps:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1. Install the AWS CLI&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. Configure your credentials:&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Access Key&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Secret Key&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Default region&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3. Use commands to interact with S3<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Example command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>aws s3 ls<\/strong><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This command lists all available S3 buckets.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can explore more commands using:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>aws \u2013help<\/strong><\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>3. Programming Scripts (Python with boto3)<\/strong><\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">You can also access and manage S3 programmatically using Python.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Install the boto3 library&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Configure AWS credentials&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Use Python scripts to perform operations like uploading, downloading, and listing files.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">5. <strong>Key Features:<\/strong><\/h2>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>1. Unified Storage Experience<\/strong><\/h5>\n\n\n\n<ol class=\"wp-block-list\"><\/ol>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\"><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">S3 Files eliminates the need to move data between object and file storage. Data remains in S3 while being accessible via file system semantics.&nbsp;<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>2. Native File Operations<\/strong><\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Developers can now modify files directly instead of replacing entire objects. This is especially useful for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log processing\u00a0<\/li>\n\n\n\n<li>Incremental updates\u00a0<\/li>\n\n\n\n<li>Streaming workloads<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>3. High Performance with Intelligent Caching<\/strong><\/h5>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\"><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">One of the biggest concerns with object storage is latency. S3 Files addresses this with:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Local caching of frequently accessed data\u00a0<\/li>\n\n\n\n<li>Millisecond-level access for active datasets\u00a0<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Cold data is still served from S3, ensuring cost efficiency.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>4. Multi-Compute Access<\/strong><\/h5>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\"><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">S3 Files integrates seamlessly with:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>EC2 instances\u00a0<\/li>\n\n\n\n<li>Kubernetes (EKS)\u00a0<\/li>\n\n\n\n<li>Containers (ECS)\u00a0<\/li>\n\n\n\n<li>AWS Lambda\u00a0<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This enables shared access across distributed systems without data replication.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">5. File System Semantics (NFS Support)<\/h5>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\"><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Supports standard file operations with NFS v4.1+, allowing seamless integration with existing applications.&nbsp;<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">6. Security &amp; Compliance<\/h5>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\"><\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Security remains a core strength:<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>IAM policies for access control\u00a0<\/li>\n\n\n\n<li>Encryption at rest and in transit\u00a0<\/li>\n\n\n\n<li>POSIX permissions for file-level control\u00a0<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This hybrid model ensures both enterprise-grade security and developer flexibility.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">6. <strong>Real-World Impact:<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Machine Learning Pipelines<\/strong><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">ML workflows often require :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Iterative data processing\u00a0<\/li>\n\n\n\n<li>Frequent file updates\u00a0<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Previously, data had to be copied from S3 into file systems for training. Now, models can access data directly, reducing latency and cost.<\/p>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Data Engineering &amp; Analytics<\/strong><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">ETL pipelines benefit from:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Direct file access\u00a0<\/li>\n\n\n\n<li>Simplified architectures\u00a0<\/li>\n\n\n\n<li>Reduced data movement\u00a0<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This leads to faster processing and fewer points of failure.<\/p>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li><strong>Content Processing<\/strong><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Applications dealing with media files (video, images) can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Edit content directly\u00a0<\/li>\n\n\n\n<li>Stream data efficiently\u00a0<\/li>\n\n\n\n<li>Avoid redundant storage\u00a0<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">7. <strong>Benefits at Scale:<\/strong><\/h2>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>1. Eliminating Data Silos<\/strong><\/h5>\n\n\n\n<ol start=\"6\" class=\"wp-block-list\"><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Organizations no longer need separate storage systems for different workloads.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>2.Simplifying Architectures<\/strong><\/h5>\n\n\n\n<ol class=\"wp-block-list\"><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">No more:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Sync scripts\u00a0<\/li>\n\n\n\n<li>Data duplication pipelines\u00a0<\/li>\n\n\n\n<li>Storage fragmentation\u00a0<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>3.Cost Optimization<\/strong><\/h5>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\"><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">By keeping all data in S3:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Storage costs are minimized\u00a0<\/li>\n\n\n\n<li>Operational overhead is reduced\u00a0<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">8. <strong>Challenges &amp; Considerations:<\/strong><\/h2>\n\n\n\n<ol start=\"9\" class=\"wp-block-list\"><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">While powerful, S3 Files is not a universal replacement for all file systems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Consider:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Latency-sensitive workloads may still require local storage\u00a0<\/li>\n\n\n\n<li>Performance tuning may be needed for large-scale deployments\u00a0<\/li>\n\n\n\n<li>Understanding caching behavior is critical<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">9. <strong>Conclusion<\/strong><\/h2>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\"><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Amazon S3 Files represents a major evolution in cloud storage. By combining the scalability of object storage with the usability of file systems, AWS has simplified how developers interact with data, unlocking new possibilities for AI, analytics, and distributed systems. Also By enabling file system semantics on top of object storage, AWS has simplified architectures, reduced costs, and unlocked new possibilities for modern workloads.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Looking to design or optimize your cloud storage architecture with Amazon S3 or other AWS services?  <a href=\"https:\/\/www.supportpro.com\/requestquote.php\" title=\"\">Get expert support from <strong>SupportPro<\/strong><\/a> for scalable, secure, and cost-efficient cloud solutions.<\/p>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-white-background-color has-background\"><div class=\"wp-block-media-text__content\">\n<p class=\"has-large-font-size wp-block-paragraph\">Facing issues? <\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Our technical support<br>engineers can solve it. <\/p>\n\n\n\n<!--HubSpot Call-to-Action Code --><span class=\"hs-cta-wrapper\" id=\"hs-cta-wrapper-3350a795-db50-482f-9911-301930d1b1be\"><span class=\"hs-cta-node hs-cta-3350a795-db50-482f-9911-301930d1b1be\" id=\"hs-cta-3350a795-db50-482f-9911-301930d1b1be\"><!--[if lte IE 8]><div id=\"hs-cta-ie-element\"><\/div><![endif]--><a href=\"https:\/\/cta-redirect.hubspot.com\/cta\/redirect\/2725694\/3350a795-db50-482f-9911-301930d1b1be\" ><img decoding=\"async\" class=\"hs-cta-img\" id=\"hs-cta-img-3350a795-db50-482f-9911-301930d1b1be\" style=\"border-width:0px;\" src=\"https:\/\/no-cache.hubspot.com\/cta\/default\/2725694\/3350a795-db50-482f-9911-301930d1b1be.png\"  alt=\"Contact Us today!\"\/><\/a><\/span><script charset=\"utf-8\" src=\"https:\/\/js.hscta.net\/cta\/current.js\"><\/script><script type=\"text\/javascript\"> hbspt.cta.load(2725694, '3350a795-db50-482f-9911-301930d1b1be', {\"useNewLoader\":\"true\",\"region\":\"na1\"}); <\/script><\/span><!-- end HubSpot Call-to-Action Code -->\n<\/div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"904\" height=\"931\" src=\"https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2022\/09\/Free-server-checkup.png\" alt=\"guy server checkup\" class=\"wp-image-12943 size-full\" srcset=\"https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2022\/09\/Free-server-checkup.png 904w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2022\/09\/Free-server-checkup-291x300.png 291w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2022\/09\/Free-server-checkup-768x791.png 768w, https:\/\/www.supportpro.com\/blog\/wp-content\/uploads\/2022\/09\/Free-server-checkup-585x602.png 585w\" sizes=\"(max-width: 904px) 100vw, 904px\" \/><\/figure><\/div>\n","protected":false},"excerpt":{"rendered":"<p>For over a decade, cloud architects have had to make a fundamental trade-off: choose object storage for scalability and cost efficiency, or choose file storage for usability and application compatibility.&hellip;<\/p>\n","protected":false},"author":37,"featured_media":17298,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[69],"tags":[],"class_list":["post-17290","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aws"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts\/17290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/users\/37"}],"replies":[{"embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/comments?post=17290"}],"version-history":[{"count":3,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts\/17290\/revisions"}],"predecessor-version":[{"id":17300,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts\/17290\/revisions\/17300"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/media\/17298"}],"wp:attachment":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/media?parent=17290"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/categories?post=17290"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/tags?post=17290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}