I'm using rails and paperclip in uploading in AWS S3 bucket. The bucket name, secret keys, region are the same for both Heroku and AWS, in Heroku it's working fine i can see the image but in AWS its not working.
In AWS this is the path and its not working.
In Heroku its working fine
Notice that in AWS its adding my '/var/www/steelip-admin' which is the folder in my server. What could be wrong.
Thanks.