Feature request

It will be great if i could specify the location of each file to be saved in active storage

like if i want images to be saved in /images/ and videos in /videos/ in

has_one_attached :avatar, location:‘images/’

``