S3 Archiving permissions
|
03-18-2014, 04:17 AM
Post: #1
|
|||
|
|||
S3 Archiving permissions
I had some unknown issues with the archive script that caused me to lose a lot of data. It turned out to be because my key/secret credentials are scoped to one bucket. PHP-S3 tried to connect to aws and failed.
The fix was to change the ACL flag from public to private: Code: S3:ACL_PUBLIC_READ Code: S3::ACL_PRIVATE https://code.google.com/p/webpagetest/so...ive.inc#95 |
|||
02-03-2015, 07:08 PM
Post: #2
|
|||
|
|||
RE: S3 Archiving permissions
I'm having the same issue - raised in the WPT Github project here: https://github.com/WPO-Foundation/webpag...issues/395
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)