I have a current solution for my s3 bucket where I store exe files with specific versions like:
- s3://my-bucket
- /latest
- my-exe-v1.xxx3.exe
- /history
- my-exe-v1.xxx2.exe
- my-exe-v1.xxx1.exe
- ...
- /latest
Is it possible for versionned bucket to set the version name ? In my case it would allow to get the bucket like:
- s3://my-bucket
- my-exe.exe -> contains versions (v1.xxx1,v1.xxx2,v1.xxx3, ...)