Active
Project:
Amazon S3
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2009 at 16:05 UTC
Updated:
28 Apr 2011 at 20:45 UTC
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
Comment #1
ericduran commentedYep, this is a problem :-(, Lol I came here hoping someone had a patch for it already lol.
Comment #2
torgospizzaWe'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.
Comment #3
ericduran commented@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.
Comment #4
torgospizza@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.
Comment #5
topper910 commentedCan 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.