re: Invalid link syntax
<link> http://s3.amazonaws.com/dds/37MB</link>

Are you refering to the white space or the '37MB' (or both)?  Just to note, the 37MB is an object on the S3 server in which you can store meta data along with an ACL-based XML rights file to determin who can access the file.  It might very well represent a 37MB video file called foobar.avi, but when you upload a file to the S3 servers, you can name it anything you want, which can include several characters, such as the '/', that would otherwise not be allowed in a file name.  The point is to provide the ability to simulate a file system ( e.g. /path/to/file/file.html), when in fact thats the name of the actual file, thus building on top of a single root based file system that uses the term 'bucket' to represent the /base folder, and object to represent the file itself inside of each bucket.

Obviously the purpose is optimization of the file path via globbing the file objects, while at the same time allowing for ease of duplication as data redundancy is a built in requirement the uses to build the system and push it out over a decentralized server surface.





On 4/13/06, James M Snell <[EMAIL PROTECTED]> wrote:
The Atom output is invalid.

Wrong date format
<updated>4/13/2006 12:31:22 AM</updated>
<updated>4/13/2006 12:31:22 AM</updated>
<updated>4/13/2006 12:31:22 AM</updated>

Whitespace in ID
<id> http://s3.amazonaws.com/dds</id>
<id> http://s3.amazonaws.com/dds/37MB?torrent </id>
<id> http://s3.amazonaws.com/dds/6MB?torrent</id>

Invalid link syntax
<link> http://s3.amazonaws.com/dds/37MB</link>
<link> http://s3.amazonaws.com/dds/6MB</link>

- James


M. David Peterson wrote:
> FYI...
> http://developer.amazonwebservices.com/connect/thread.jspa?messageID=37055&#37055
> < http://developer.amazonwebservices.com/connect/thread.jspa?messageID=37055&#37055>
>
> --
> <M:D/>
>
> M. David Peterson
> http://www.xsltblog.com/



--
<M:D/>

M. David Peterson
http://www.xsltblog.com/

Reply via email to