开发者

Amazon S3 Best Practices [closed]

开发者_如何转开发 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

I'm making a flickr like site and I was wondering if it was possible to have every image stored and retireved in/from S3?

If so, is there any best practice or learned lessons you can pass on?

Thanks


Yes, S3 is well suited to store images for a 'Flickr-like' site.

Understand what the repercussions of choosing bucket names are. It's no fun to move millions of files between buckets.

For busy sites, you can easily add ClouldFront to gain a robust CDN network and lower data charges.

Consider using EC2 for your app servers; there are no data transfer charges between EC2 and S3.


Yes, it is possible.

After you sign up for Amazon services, you should download AWS SDK's: AWS SDK for .NET, the AWS SDK for Java

Documentation and Samples are included inside the SDK. Have a look at it.


Alsways check for an errors. Always. Repeat request if needed. Sometimes error rates of S3 API are raised, and Your application should handle this properly.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜