Uploading attachments to s3?
Created by: rkrdo
I noticed that on your Uploader classes, the storage is set to :file
, however, the carrierwave initializer can take an aws.yml
file to use fog to upload the files to S3.
I'm using the omnibus installer (and running Gitlab v7.7.2 bd982900 ), and I found that I can enable AWS and set the credentials there. I already did that, however, uploads are still getting stored on Gitlab's filesystem
Is there anything else I need to do?