Skip to content

file in directory displayed in wrong way #215

@iricigor

Description

@iricigor

File name is displayed as c%2Ftse instead of c/tse

$ cat Upload/
a  b  c/ d  
$ cat Upload/a 
Echooooo
c
$ cat Upload/b 
Achooooj
$ cat Upload/c/tse 
Je moucha
$ cat Upload/d 
d
$ time ./azmi setblobs --container https://x.blob.core.windows.net/y --directory ./Upload/ --force
Success 'https://x.blob.core.windows.net/y/a'
Success 'https://x.blob.core.windows.net/y/b'
Success 'https://x.blob.core.windows.net/y/d'
Success 'https://x.blob.core.windows.net/y/c%2Ftse' <-- btw note this encoding

Metadata

Metadata

Assignees

No one assigned

    Labels

    Storagecommands related to blobsbugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions