|
|
|
Older revisions
r40
by tylerhall
on Nov 15, 2008
Diff
Committing new and improved S3 class. Removes curl command line dependancy and uses PHP's native curl extension as well. Copying S3 objects is now supported as well. Huzzah.
r35
by tylerhall
on Nov 14, 2008
Diff
S3->putObject() confirms success based on returned etag rather than doing an extra getObjectInfo() call. http://code.google.com/p/php- aws/issues/detail?id=11