作者 lyh

gx

@@ -18,7 +18,7 @@ class AmazonS3Service @@ -18,7 +18,7 @@ class AmazonS3Service
18 protected $accessKeyId = 'AKIAU6YKND7SAWIKBXCZ';//key 18 protected $accessKeyId = 'AKIAU6YKND7SAWIKBXCZ';//key
19 protected $secretAccessKey = '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';//密匙 19 protected $secretAccessKey = 'Hwd2abya/2Icu6NMDo4YrdTqCtir1BeTuUj5kEkB';//密匙
20 protected $region = 'us-west-2';//地址 20 protected $region = 'us-west-2';//地址
21 - protected $bucket = 'arn:aws:s3:::globalso-v6';//桶子 21 + protected $bucket = 'arn:aws:s3:us-west-2:340934860772:accesspoint/globalso-v6';//桶子
22 22
23 public function __construct() 23 public function __construct()
24 { 24 {