Closed carlosrfranco closed 3 years ago
Fixes https://github.com/rundeckpro/rundeckpro/issues/1920
Special characters on user metadata causes error on the upload request to S3 log storage.
To fix it, was included a new config property encodeUserMetadata that, if true, will encode all user metadata to URL format.
encodeUserMetadata
true
Fixes https://github.com/rundeckpro/rundeckpro/issues/1920
Special characters on user metadata causes error on the upload request to S3 log storage.
To fix it, was included a new config property
encodeUserMetadata
that, iftrue
, will encode all user metadata to URL format.