AWS upload to S3 with SQS - PHP syntax
问题 Would uploading to S3 using SQS make the process more fault tolerant? If so, i am having a hard time with syntax, trying to combine creating a queue then uploading to S3. If my logic is not correct, how would i set up a system using SQS to upload to S3 ? if (!class_exists('S3'))require_once('S3.php'); // *these keys are random strings $AWS_KEY = "6VVWTU4JDAAKHYB1C3ZN"; $AWS_SECRET_KEY = "GMSCUD8C0QA1QLV9Y3RP2IAKDIZSCHRGKEJSXZ4F"; //AWS access info if (!defined('awsAccessKey')) define(