softlayer / softlayer-object-storage-php

SoftLayer Object Storage PHP Client
Other
28 stars 18 forks source link

Tell new developer should create sub directory first before they upload files to sub directory. #4

Closed ghost closed 12 years ago

ghost commented 12 years ago

Tell new developer should create sub directory first before they upload files to sub directory.

its-clee commented 12 years ago

Hello,

Thank you for suggesting this but I don't think I'd suggest other users to do the same. Creating pseudo directories (an empty object with application/directory mime type) is specific to the SoftLayer portal display logic. We (SoftLayer) may move away from requiring pseudo directories to make the directory listing working.

That being said, I will commit some changes to support another way of traversing objects in a deep sub directories without creating empty objects.

Regards, Chong

ghost commented 12 years ago

Thanks for your response.

I know you may have a better way to resolved it , these depends on when you release new version changes.

since i found the problem 9 days ago, it was to long to wait, this is evil.

a broken feature still here for so long time, this is not suit for production. so if you want them working correct , you need hurry up.

its-clee commented 12 years ago

Hello,

I've committed some changes. Please look for “Pseudo-Hierarchical Directories” section in the markdown file.

Thanks, Chong

ghost commented 12 years ago

Oh , Sorry.

The problem is not just the API.

the softlayer official panel, which we often using to manage object storage files and directories, had problem retrive the none exists sub directory.

you really should fix your control pannel first.

its-clee commented 12 years ago

I will let our UI team know about this.

Thanks, Chong