Closed
Description
Component(s)
No response
Is your feature request related to a problem? Please describe.
The existing file path structure is excessively long & does not necessarily line up with existing partitions, it would be nice to make this slightly configurable.
The current filepath is defined here: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/awss3exporter/internal/upload/partition.go#L52
Describe the solution you'd like
Use a formatting library like this: https://github.com/itchyny/timefmt-go
then you just expect this as part of the s3_prefix input & remove the s3_partition input
Describe alternatives you've considered
No response
Additional context
No response