Closed ahmedhammad97 closed 3 years ago
I believe such a generic library should not be forcing the consumers to use an UUID for the s3Key, specially when this key can be used to give further information about the execution or the request.
UUID
s3Key
@Override public String storeOriginalPayload(String payload) { String s3Key = UUID.randomUUID().toString(); ... }
Closing as it's solved in #12
I believe such a generic library should not be forcing the consumers to use an
UUID
for thes3Key
, specially when this key can be used to give further information about the execution or the request.