{"id":12381,"date":"2020-11-02T15:37:38","date_gmt":"2020-11-02T10:07:38","guid":{"rendered":"https:\/\/www.botreetechnologies.com\/blog\/?p=12381"},"modified":"2026-04-01T12:22:26","modified_gmt":"2026-04-01T06:52:26","slug":"complete-guide-for-implementing-amazon-s3-using-rails","status":"publish","type":"post","link":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/","title":{"rendered":"A Complete guide for Implementing Amazon S3 using Rails"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>What is Amazon S3?<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.botreetechnologies.com\/aws-devops-services\" target=\"_blank\" rel=\"noreferrer noopener\">Amazon Simple Storage Service<\/a> is storage for the internet.<\/li>\n\n\n\n<li>A simple web services interface is used to store and retrieve any amount of data from anywhere on the web.<\/li>\n\n\n\n<li>Store any type and amount of data that you want; read the same piece of data a million times or only for emergency disaster recovery.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Features of S3:<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Storage management and monitoring<\/li>\n\n\n\n<li>Access management and security<\/li>\n\n\n\n<li>Query in place<\/li>\n\n\n\n<li>Data transfer<\/li>\n<\/ul>\n\n\n\n<p>In this article, we will provide a complete Amazon S3 tutorial for implementation using Ruby on Rails. By the end of this, <a href=\"https:\/\/www.botreetechnologies.com\/hire-ruby-on-rails-developers\" target=\"_blank\" rel=\"noreferrer noopener\">Ruby on Rails developers<\/a> will learn all the steps to implement Amazon S3 Rails.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to implement S3 using Rails?<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add aws-sdk gem in your Gemfile as shown below:<\/li>\n<\/ul>\n\n\n<p><code>gem \"aws-sdk-s3\", require: fals<\/code><\/p>\n\n\n<ul class=\"wp-block-list\">\n<li>bundle the Dependencies<\/li>\n<\/ul>\n\n\n<p><code>bundle install<\/code><\/p>\n\n\n<ul class=\"wp-block-list\">\n<li>Create an account on <a href=\"https:\/\/portal.aws.amazon.com\/billing\/signup#\/start\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">AWS<\/a> if you haven\u2019t registered on AWS.<\/li>\n\n\n\n<li>Get the access_id, secret_key_id of the AWS account if already registered from the IAM section after logging into the AWS console.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"432\" src=\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/aws-management_console.png\" alt=\"AWS management console\" class=\"wp-image-13195\" title=\"AWS management console\" srcset=\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/aws-management_console.png 1024w, https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/aws-management_console-300x127.png 300w, https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/aws-management_console-768x324.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Edit credentials in rails application for AWS. <\/li>\n<\/ul>\n\n\n<p><code>gem \"aws-sdk-s3\", require: false<\/code><\/p>\n\n\n<ul class=\"wp-block-list\">\n<li>Uncomment the AWS block and add your access key id and secret key id in the file as shown below:<\/li>\n<\/ul>\n\n\n<p><code>aws:<br \/>&nbsp; access_key_id: ACCESS_KEY_ID<br \/>&nbsp; secret_access_key: SECRET_ACCESS_KEY<\/code><\/p>\n\n\n<ul class=\"wp-block-list\">\n<li>Log in to the AWS console.<\/li>\n\n\n\n<li>Search for Amazon S3 service and create a bucket in the AWS console.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"365\" src=\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/amazon_s3-create-bucket.png\" alt=\"Amazon S3 service and create a bucket\" class=\"wp-image-13196\" title=\"Amazon S3 service and create a bucket\" srcset=\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/amazon_s3-create-bucket.png 1024w, https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/amazon_s3-create-bucket-300x107.png 300w, https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/amazon_s3-create-bucket-768x274.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"492\" src=\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/create-bucket.png\" alt=\"Add bucket name, region for which you want to create a bucket\" class=\"wp-image-13197\" title=\"Add bucket name, region for which you want to create a bucket\" srcset=\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/create-bucket.png 1024w, https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/create-bucket-300x144.png 300w, https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/create-bucket-768x369.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<ul>\n<li>Add bucket name, region for which you want to create a bucket.<\/li>\n<\/ul>\n<p><strong>Note:<\/strong> If you want to create a bucket with the settings of an existing bucket, then select the bucket from the copy settings dropdown constraining bucket list.<\/p>\n<blockquote>\n<p>Also Read: <a href=\"https:\/\/www.botreetechnologies.com\/blog\/aws-s3-file-upload-access-control-using-boto3-with-django-web-framework\" target=\"_blank\" rel=\"noopener noreferrer\">AWS S3 File Upload &amp;amp; Access Control Using Boto3 with Django Web Framework<\/a><\/p>\n<\/blockquote>\n\n\n<ul class=\"wp-block-list\">\n<li>Configure options and permissions for the bucket you created.\n<ul class=\"wp-block-list\">\n<li>Permission for a bucket can be provided as public\/private.\n<ul class=\"wp-block-list\">\n<li>For public access, you need to uncheck the <strong>Block all public access<\/strong>.<\/li>\n\n\n\n<li>For private access, you don\u2019t uncheck the <strong>Block all public access<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Add the region and bucket name in the credentials.yml as shown below;<\/li>\n<\/ul>\n\n\n\n<code>EDITOR=nano rails credentials:edit<\/code> <br>\n\n\n\n<code>aws:<br>access_key_id: ACCESS_KEY_ID<br>secret_access_key: SECRET_ACCESS_KEY<br> region: REGION_NAME<br>bucket: BUCKET_NAME<\/code>\n\n\n\n<p><strong>Note: <\/strong>You can find out the region name in the URL, region as a query parameter in the address bar of the browser.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the below command to copy active storage migrations.<\/li>\n<\/ul>\n\n\n\n<code>rails active_storage:install<\/code>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Configurations for staging\/production environment to upload on S3.\n<ul class=\"wp-block-list\">\n<li>Add the service as amazon in the environment.rb(staging.rb\/production.rb)\u00a0 files.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<code>config.active_storage.service = :amazon<\/code>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open the model with which you want the image to be attached, like User\/Vehicle, etc.\u00a0<\/li>\n\n\n\n<li>Add the code provided below for attaching the file with the object of that model.<\/li>\n<\/ul>\n\n\n\n<code>has_one_attached :avatar<\/code>\n\n\n\n<p><strong><em>Note: Don\u2019t forget to permit the: avatar in params.<\/em><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Try running the application having a file field in the form for the file to be uploaded on Amazon S3 API.<\/li>\n\n\n\n<li>If you want to detach the avatar, then use the below code to remove the image from S3 storage.<\/li>\n<\/ul>\n\n\n\n<code>@user.avatar.purge if @user.avatar.attached?<\/code>\n\n\n\n<p><strong>Similarly, you can attach the PDF\/Doc files and display them in the view as per your requirements.<\/strong><\/p>\n\n\n\n<p><strong>Hurray!! Check out the uploaded file on S3.<\/strong><\/p>\n\n\n\n<p><strong>Pros:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Wide range of cost-effective storage classes.<\/li>\n\n\n\n<li>Easily manage data and access control.<\/li>\n\n\n\n<li>Query-in-place services for analytics.<\/li>\n<\/ul>\n\n\n\n<p><strong>Cons:&nbsp;<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Permissions can become complex.<\/li>\n\n\n\n<li>Searching needs to be improved and is not effective.<\/li>\n<\/ul>\n\n\n\n<p><strong>Alternatives of AWS S3:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Google Cloud Storage<\/li>\n\n\n\n<li>Microsoft Azure Storage Service<\/li>\n\n\n\n<li>DigitalOcean Storage Service<\/li>\n<\/ul>\n\n\n\n<p><strong>Code references :<\/strong><\/p>\n\n\n\n<p>You can find the code references on this repository: <a href=\"https:\/\/github.com\/HunnyJummani\/image_upload_S3\">https:\/\/github.com\/HunnyJummani\/image_upload_S3<\/a>&nbsp;<\/p>\n\n\n\n<p>With the help of expert <a href=\"https:\/\/www.botreetechnologies.com\/ruby-on-rails-development\" target=\"_blank\" rel=\"noreferrer noopener\">Ruby on Rails web development services<\/a> company, you can easily implement Amazon S3 api using Rails. We hope that the above Amazon S3 tutorial provided you clear steps for implementation.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Read more: <a href=\"https:\/\/www.botreetechnologies.com\/blog\/rails-5-2-upload-files-to-s3-with-active-storage-rails-5-2-credentials\" target=\"_blank\" rel=\"noreferrer noopener\">Upload files to Amazon S3 using Active Storage<\/a><\/p>\n<\/blockquote>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is Amazon S3? Amazon Simple Storage Service is storage&#8230;<\/p>\n","protected":false},"author":56,"featured_media":256,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[73,10],"tags":[],"class_list":["post-12381","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ruby-on-rails","category-technology"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>A Complete guide for Implementing Amazon S3 using Rails<\/title>\n<meta name=\"description\" content=\"This complete Amazon S3 tutorial provides steps for implementing Amazon S3 using Rails. Read the blog to know more about Amazon S3 Rails.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Complete guide for Implementing Amazon S3 using Rails\" \/>\n<meta property=\"og:description\" content=\"This complete Amazon S3 tutorial provides steps for implementing Amazon S3 using Rails. Read the blog to know more about Amazon S3 Rails.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/\" \/>\n<meta property=\"og:site_name\" content=\"BoTree Technologies\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BoTreeTechnologies\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-02T10:07:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-01T06:52:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2016\/11\/implementing-amazon-s3-using-rails.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Hunny Jummani\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@BoTreeTech\" \/>\n<meta name=\"twitter:site\" content=\"@BoTreeTech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hunny Jummani\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/\"},\"author\":{\"name\":\"Hunny Jummani\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/#\/schema\/person\/0d616df8a58c8145fae7ceb8d048e23e\"},\"headline\":\"A Complete guide for Implementing Amazon S3 using Rails\",\"datePublished\":\"2020-11-02T10:07:38+00:00\",\"dateModified\":\"2026-04-01T06:52:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/\"},\"wordCount\":602,\"commentCount\":12,\"image\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2016\/11\/implementing-amazon-s3-using-rails.jpg\",\"articleSection\":[\"Ruby on Rails\",\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/\",\"url\":\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/\",\"name\":\"A Complete guide for Implementing Amazon S3 using Rails\",\"isPartOf\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2016\/11\/implementing-amazon-s3-using-rails.jpg\",\"datePublished\":\"2020-11-02T10:07:38+00:00\",\"dateModified\":\"2026-04-01T06:52:26+00:00\",\"author\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/#\/schema\/person\/0d616df8a58c8145fae7ceb8d048e23e\"},\"description\":\"This complete Amazon S3 tutorial provides steps for implementing Amazon S3 using Rails. Read the blog to know more about Amazon S3 Rails.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#primaryimage\",\"url\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2016\/11\/implementing-amazon-s3-using-rails.jpg\",\"contentUrl\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2016\/11\/implementing-amazon-s3-using-rails.jpg\",\"width\":1920,\"height\":1280,\"caption\":\"Implementing Amazon S3 using Rails\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.botreetechnologies.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A Complete guide for Implementing Amazon S3 using Rails\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/#website\",\"url\":\"https:\/\/www.botreetechnologies.com\/blog\/\",\"name\":\"BoTree Technologies\",\"description\":\"Committed to inspire generation.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.botreetechnologies.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/#\/schema\/person\/0d616df8a58c8145fae7ceb8d048e23e\",\"name\":\"Hunny Jummani\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/10\/hunny-jummani-150x150.png\",\"url\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/10\/hunny-jummani-150x150.png\",\"contentUrl\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/10\/hunny-jummani-150x150.png\",\"caption\":\"Hunny Jummani\"},\"description\":\"I am a Ruby On Rails Developer. I love JavaScript, logical problem solving in Ruby and exploration of new things. Apart from coding, I also like to travel, listen music and play guitar.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A Complete guide for Implementing Amazon S3 using Rails","description":"This complete Amazon S3 tutorial provides steps for implementing Amazon S3 using Rails. Read the blog to know more about Amazon S3 Rails.","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:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/","og_locale":"en_US","og_type":"article","og_title":"A Complete guide for Implementing Amazon S3 using Rails","og_description":"This complete Amazon S3 tutorial provides steps for implementing Amazon S3 using Rails. Read the blog to know more about Amazon S3 Rails.","og_url":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/","og_site_name":"BoTree Technologies","article_publisher":"https:\/\/www.facebook.com\/BoTreeTechnologies\/","article_published_time":"2020-11-02T10:07:38+00:00","article_modified_time":"2026-04-01T06:52:26+00:00","og_image":[{"width":1920,"height":1280,"url":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2016\/11\/implementing-amazon-s3-using-rails.jpg","type":"image\/jpeg"}],"author":"Hunny Jummani","twitter_card":"summary_large_image","twitter_creator":"@BoTreeTech","twitter_site":"@BoTreeTech","twitter_misc":{"Written by":"Hunny Jummani","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#article","isPartOf":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/"},"author":{"name":"Hunny Jummani","@id":"https:\/\/www.botreetechnologies.com\/blog\/#\/schema\/person\/0d616df8a58c8145fae7ceb8d048e23e"},"headline":"A Complete guide for Implementing Amazon S3 using Rails","datePublished":"2020-11-02T10:07:38+00:00","dateModified":"2026-04-01T06:52:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/"},"wordCount":602,"commentCount":12,"image":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#primaryimage"},"thumbnailUrl":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2016\/11\/implementing-amazon-s3-using-rails.jpg","articleSection":["Ruby on Rails","Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/","url":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/","name":"A Complete guide for Implementing Amazon S3 using Rails","isPartOf":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#primaryimage"},"image":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#primaryimage"},"thumbnailUrl":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2016\/11\/implementing-amazon-s3-using-rails.jpg","datePublished":"2020-11-02T10:07:38+00:00","dateModified":"2026-04-01T06:52:26+00:00","author":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/#\/schema\/person\/0d616df8a58c8145fae7ceb8d048e23e"},"description":"This complete Amazon S3 tutorial provides steps for implementing Amazon S3 using Rails. Read the blog to know more about Amazon S3 Rails.","breadcrumb":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#primaryimage","url":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2016\/11\/implementing-amazon-s3-using-rails.jpg","contentUrl":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2016\/11\/implementing-amazon-s3-using-rails.jpg","width":1920,"height":1280,"caption":"Implementing Amazon S3 using Rails"},{"@type":"BreadcrumbList","@id":"https:\/\/www.botreetechnologies.com\/blog\/complete-guide-for-implementing-amazon-s3-using-rails\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.botreetechnologies.com\/blog\/"},{"@type":"ListItem","position":2,"name":"A Complete guide for Implementing Amazon S3 using Rails"}]},{"@type":"WebSite","@id":"https:\/\/www.botreetechnologies.com\/blog\/#website","url":"https:\/\/www.botreetechnologies.com\/blog\/","name":"BoTree Technologies","description":"Committed to inspire generation.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.botreetechnologies.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.botreetechnologies.com\/blog\/#\/schema\/person\/0d616df8a58c8145fae7ceb8d048e23e","name":"Hunny Jummani","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/10\/hunny-jummani-150x150.png","url":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/10\/hunny-jummani-150x150.png","contentUrl":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/10\/hunny-jummani-150x150.png","caption":"Hunny Jummani"},"description":"I am a Ruby On Rails Developer. I love JavaScript, logical problem solving in Ruby and exploration of new things. Apart from coding, I also like to travel, listen music and play guitar."}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/12381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/users\/56"}],"replies":[{"embeddable":true,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/comments?post=12381"}],"version-history":[{"count":4,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/12381\/revisions"}],"predecessor-version":[{"id":20662,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/12381\/revisions\/20662"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/media\/256"}],"wp:attachment":[{"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/media?parent=12381"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/categories?post=12381"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/tags?post=12381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}