anjanesh I'm not 100% sure but I think Bunny (and anything else that changes DEFAULT_FILE_STORAGE) is only for your uploaded media, ie stuff you upload to the site and serve on your MEDIA_URL.
 
I don't think it does anything with your regular static media, ie the items gathered by the collectstatic command and served from your STATIC_URL.