4aa347fe19
This patch fixes a bug identified in the code that generates the URL for the Swift container object. The bug caused the forward slashes (/) in the folder parameter to be encoded as %2F instead of being included as '/' in the resulting URL. To resolve this issue, the code has been updated by adding a replace() method to replace the %2F sequences with forward slashes. The updated code ensures that the URL generated for the folder parameter contains the correct forward slash (/) representation. Closes-Bug: #2009724 Signed-off-by: jeremy-boyle <jeremyboylet@gmail.com> Change-Id: I5837e74ddcc71cda6b4686e586dbb8b1386a9cd3