Allow users to specify a Storage Class when backing up to S3 #3137
Open
Description
Describe the solution you'd like
I would like the ability to specify a storage class in order to avoid having to setup additional lifecycle rules for objects in my bucket(s).
Anything else you would like to add:
Any metadata associated with the backup that is kept in the S3 bucket would probably need to be kept in the 'standard' class. Otherwise S3 costs could balloon if Ark were to frequently try to read from it when it was in the IA tier for example. Also extra consideration would need to be taken for restores from Glacier since it can take up to a few hours to be available and is only available for a certain amount of time.