Posted by adixon on November 17, 2009 at 4:05pm
4 followers
Jump to:
| Project: | Amazon S3 |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The module doesn't seem to handle directories within a bucket properly - it doesn't have an interface for creating them, and existing directories show up as files with funny names.
Comments
#1
Yep, this is a problem :-(, Lol I came here hoping someone had a patch for it already lol.
#2
We're going to need this functionality, so I will see if I can work on it. If anyone has an idea how to fix this immediately, feel free to advise (or better yet, provide a patch) and I will fix it in CVS.
#3
@torgosPizza, this actually works really well. The issue is really that theres no such things as folder, theres just prefix, one issue I see is that the results is limited to 100 so it probably doesn't show everything in a bucket.
The the folders can easily be handle with prefix. I got it working just fine. I'll see if I polish it up and provide a patch.
#4
@ericduran Thanks for the update. I tested out a prefix on the current code and it just attempts to download the directory (shows up as a file called "download"). I'd love to see your changes when you're able - and if they are changes to the php class (s3.inc) I have just gotten in touch with the guy who wrote that, so we may be able to patch his code as well - assuming he hasn't addressed the issue himself.
Thanks for looking at it.
#5
Can anyone provide an update or shed some light on folder structure and administrative integration. I am looking to gain more control over the organization of this integration by manipulating and creating folders within the buckets. If anyone can help that would be great.