Home>
Currently, I am creating an app that allows you to post images on rails.
I'm thinking of using aws to install carrierwave and fog-aws gems and deploy them on heroku.
https://qiita.com/junara/items/1899f23c091bcee3b058
I'm thinking of deploying to github and heroku like the above article, but I wrote the access key and secret key of s3 as in the article, but I was worried whether it was safe in terms of security, so I asked Thank you.
Thanks for your professor.
-
Answer # 1
Related articles
- ruby - about routing using rails collection
- ruby - the last db setting doesn't work when deploying rails app on aws
- ruby on rails 6 - about rails error "wrong number of arguments (given 1, expected 0)"
- ruby - about rails controller new action
- ruby on rails - about nomethoderror in skilscontroller # create
- ruby on rails - time out when connecting with deployment using ec2, rds
- ruby on rails - about switching screen display on multiple models
- i want to keep data consistent using [ruby on rails] transaction and payjp
- ruby on rails - about rails create action
- ruby - about the delete function in rails
- ruby on rails - about the matter that does not transition to the detail page
- ruby on rails - [rails] about the problem that screen transition is not possible (error does not occur)
- ruby on rails - i'm using payjpjs v2 i want to register the card name
- ruby on rails - about the description in applicationjs
- ruby on rails - about image distribution on heroku and s3
- ruby on rails - about screen transition from rails top page to calendar page
- ruby on rails - about rails composite indexes
- [ruby on rails] about header setting using bootstrap
- ruby - about rails routing
Trends
- python - you may need to restart the kernel to use updated packages error
- php - coincheck api authentication doesn't work
- php - i would like to introduce the coincheck api so that i can make payments with bitcoin on my ec site
- [php] i want to get account information using coincheck api
- the emulator process for avd pixel_2_api_29 was killed occurred when the android studio emulator was started, so i would like to
- javascript - how to check if an element exists in puppeteer
- dart - flutter: the instance member'stars' can't be accessed in an initializer error
- sh - 'apt-get' is not recognized as an internal or external command, operable program or batch file
- i want to call a child component method from a parent in vuejs
- python 3x - typeerror: 'method' object is not subscriptable
Generally, the access key and secret key of s3 are set as environment variables.
https://qiita.com/nobu0717/items/a34a896f6e7ad68dc54e