It should be <link href="http://s3.amazonaws.com/dds/37MB"; />

M. David Peterson wrote:
> 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.
> 

Reply via email to