#How do I keep spaces in filenames when using wrangler r2?

6 messages · Page 1 of 1 (latest)

pearl mural
#

My filenames have spaces like "my docs.pdf" and when I run wrangler r2 object put project/my\ docs.pdf --file="/Users/user/Downloads/my docs.pdf" --local but then they show up as my%20docs.pdf and they don't match the file name in the DB. How can I put the actual file name without URL encoding?

#

@short knoll ?

forest shard
#

%20 = ' '

pearl mural
#

I know. How do I stop wrangler from encoding

#

It’s messing up file search