rundeck-plugins / rundeck-s3-log-plugin

Store execution logs in Amazon S3 buckets
Apache License 2.0
32 stars 26 forks source link

RUN-301 Encode user metadata to URL format to avoid error on upload request to S3 log storage #42

Closed carlosrfranco closed 3 years ago

carlosrfranco commented 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.