Archive

Archive for the ‘Amazon S3 Service’ Category

Exploring Amazon S3 (Simple Storage Service)

September 21st, 2007 Hitesh Agrawal 2 comments

Amazon Simple Storage Service gives you unlimited online storage service. You can access this service using REST and SOAP interfaces designed to work with any Internet-development toolkit. Data can be easily stored and retrieved at any time, from any geographic location through the web. To use this service Amazon charges you for amount of data transfer taking place i.e Uploads and Download.
Read more…

Amazon S3 (Simple Storage Service) – Delete Buckets using PHP

September 21st, 2007 Hitesh Agrawal No comments

This article will give you brief tutorial on deleting buckets on Amazon S3 Servers using PHP code.

Software Requirements:

Read more…

Amazon S3 (Simple Storage Service) – Writing Data Objects to Buckets using PHP

September 21st, 2007 Hitesh Agrawal No comments

This article will give you brief tutorial on writing data objects to buckets on Amazon S3 Servers using PHP code.

Software Requirements:

Read more…

Amazon S3 (Simple Storage Service) – Create Buckets using PHP

September 21st, 2007 Hitesh Agrawal No comments

This article will give you brief tutorial on creating buckets on Amazon S3 Servers using PHP code.

Software Requirements:

Read more…