-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Is it possible in future to set a Proc or lambda for ftp_url param?
It can be usefull if we want to access uploads with random url like that :
CarrierWave.configure do |config|
config.ftp_host = "remote.server.tld"
config.ftp_port = 21
config.ftp_user = "awesome_user"
config.ftp_passwd = "******"
config.ftp_folder = "/"
config.ftp_url = Proc.new {
"http://#{Random.rand(16)}.uploads.remote.server.tld"
}
endReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels