Hi -
We are using the Deploy Package to S3 to take the contents of NuGet package, extract them and then copy them to an S3 bucket.
All of this works fine with one exception. On the copy to s3 the files are getting renamed to remove spaces.
So if I have a file called “This is a test.pdf”. on the S3 bucket the file name is "This%20is%20a%20test.pdf.
Is there a way to have this step copy the exact name to the s3 bucket?