How to store pointer to S3 objects in Amazon SimpleDB?

对着背影说爱祢 提交于 2019-12-24 01:26:27

问题


I'm trying to figure out how to store a database consisting of metadata in Amazon SimpleDB, with the actual content the metadata refers to (videos) in S3. As I understand it, I should place a pointer in SimpleDB that refers to the videos in S3. What is this pointer, exactly? Is it the URL of the video located in S3?

Also, are there any code samples that would pertain to this?

Thanks!


回答1:


You're right, just enter the url on simpleDB and you're done. What you're trying to do is pointed as an use case: http://aws.amazon.com/en/simpledb/usecases_metadata_indexing/

Taking a look at the code library, you can filter by S3 or SimpleDB and you'll find examples like SimpleDB PHP Sample Program Set and Travel Log - Sample Java Web Application.

Regards.



来源:https://stackoverflow.com/questions/9422651/how-to-store-pointer-to-s3-objects-in-amazon-simpledb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!