PHP Chun Kang Amazon S3 S3 REST Samsung Visual Display Amazon Simple Storage Service AUTO_INCREMENT Chunun Kang Samsung Principal Engineer Windows File Explorer S3 File Explorer S3 Private URL Amazon EC2 S3 Signed URL S3 Temporary URL Samsung Chun Kang Web Storage windows 7 Simple Storage Service Sony HX5V Web HDD S3 Explorer regedit Private URL Open SSL HX5V File Upload Cloud Migration Reference Cloud Migration Example Cloud Berry AWS Reference AWS Cost Saving Reference at Samsung AWS Cloud AWS auto logon Amazon Web Service

AWS.ZIP

Where to get AWS Access Key ?   (created at Sep 27, 2010)   90  

If you have an Amazon Web Service (AWS) Acount, you can get Access Key as below. [Account] –> [Security Credentials] –> [Access Credentials] For security reason, Access Key should NOT be shared with anyone.

The public could reduce server cost, and enhance performance for global service distribution   (created at Jun 17, 2012)   128  

Below is captured image at http://aws.amazon.com/ko/economics/
The public could reduce server cost, and enhance performance for global service distribution

How to create private URL on S3/CloudFront with time-limit ?   (created at May 26, 2011)   115  

For security reason, many companies may require one time temporary or private URL with time-limit. Some people call this as private or signed URL. Below URL is based on PHP and contains S3 signed URL generation function and CloudFront signed URL generation...

Amazon S3 File Explorer : You can use S3 like Windows File Explorer   (created at Oct 02, 2010)   64  

Amazon S3 is a kind of storage service. Actually what Amazon providing is Open API interface for server development. In my case, I need to upload something to S3 without any additional application development. What I can use is web based Amazon Cloud Manag...
Amazon S3 File Explorer : You can use S3 like Windows File ExplorerAmazon S3 File Explorer : You can use S3 like Windows File Explorer

Uploading files to Amazon S3 with REST API in PHP   (created at Sep 27, 2010)   69  

You can upload files with socket based REST API in PHP. In order to access Amazon S3 API, you need Access Key and Secret Key. Following is the example.