Change blob URL?
Closed this issue · 2 comments
markspolakovs commented
Is there a way to change the URL of a blob beyond the default /rails/blobs/<encoded-key>
pattern? It would make it less obvious that it is a Rails app. A config setting like url_pattern
would be nice.
dhh commented
I don't know if it really matters, since this URL pattern is only exposed
in the disk scenario. Which really isn't something you should be using in
production normally. It's intended primarily for testing and development.
Production is intended to be for cloud storage where the URLs generated
will be those for Amazon and Google.
…On Sat, Jul 8, 2017 at 5:30 PM, Marks Polakovs ***@***.***> wrote:
Is there a way to change the URL of a blob beyond the default
/rails/blobs/<encoded-key> pattern? It would make it less obvious that it
is a Rails app. A config setting like url_pattern would be nice.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAKtTW06Yz6zhG30uYq9fcpe3i0FY2Jks5sL6CYgaJpZM4ORyAa>
.
dhh commented
Tentatively closing for now, but if you have a use case in mind that I didn't consider, do reopen.