Created
January 31, 2013 10:31
-
-
Save masazdream/4681994 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHPからAWSのS3を使う。 | |
○準備(CentOS6.3が前提 | |
#pear upgrade pear | |
#pear channel-discover pear.amazonwebservices.com | |
#pear channel-discover guzzlephp.org/pear | |
#pear channel-discover pear.symfony.com | |
#pear install aws/sdk | |
これで、/usr/share/pearの配下にAWSのサービスを使用するためのパッケージが | |
インストールされます。 | |
PHPは「AWSSDKforPHP」配下のファイルを使用します。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment