CubeCoders / AMP

Issue tracking and documentation for AMP
https://cubecoders.com/AMP
201 stars 38 forks source link

Control over S3 Object key name for back ups #1108

Open CostcoFanboy opened 1 month ago

CostcoFanboy commented 1 month ago

Feature Request

Feature Information:

Object key names are "machine readable" string concats. Looks like they're: YYYYMMDD-<Something>-<UUID4 DCE 1.1, ISO/IEC 11578:1996>

I'd like to be able to control the object key name in S3 to:

Maybe the UUID4 could be mandatory somewhere in the string to help fears of collisions.

Right now non-human readable names are dumped into S3 and this forces us to use a bucket per instance. This is rather annoying as multiple S3 providers require explicit bucket creation. Some create it automatically like OVH, but it is rare (and I'd say somewhat of a bad pattern on OVH's side).

I confirm: