jets3t and Downloading Files from AmazonS3 with Different Name
Posted
by Gregg
on Stack Overflow
See other posts from Stack Overflow
or by Gregg
Published on 2010-04-14T22:09:38Z
Indexed on
2010/04/14
22:13 UTC
Read the original article
Hit count: 360
jets3t
We're using AmazonS3 for file storage and recently found out that we need to keep some sort of directory structure. Since S3 doesn't allow that, we know we can name the files according to their structure for storage. For example...
abc/123/draft.doc
What I want to know is if I want to provide a public link to this particular file is there anyway that the file can simply be draft.doc instead of abc/123/draft.doc ?
© Stack Overflow or respective owner