You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m not sure if this s3 bucket is still up. I believe that the Quartz AI Studio no longer exists, and everyone who was part of it is no longer employed by the company.
On Nov 4, 2020, at 10:24 AM, Matthew Linares ***@***.***> wrote:
The instructions say:
aws s3 sync s3://qz-aistudio-jbfm-scratch/schools schools
but I am getting:
fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
My s3 policy is:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:*",
"Resource": "*"
}
]
}
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
The instructions say:
aws s3 sync s3://qz-aistudio-jbfm-scratch/schools schools
but I am getting:
fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
My s3 policy is:
Thanks
The text was updated successfully, but these errors were encountered: