Closed
Bug 1173512
Opened 10 years ago
Closed 10 years ago
Create dedicated bucket for nightly MAR files
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Created mozilla-nightly-updates bucket and a user with the following policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1434463672000",
"Effect": "Allow",
"Action": [
"s3:GetBucketAcl",
"s3:GetBucketLocation",
"s3:GetBucketWebsite",
"s3:GetObject",
"s3:GetObjectAcl",
"s3:ListBucket",
"s3:PutObject",
"s3:PutObjectAcl"
],
"Resource": [
"arn:aws:s3:::mozilla-nightly-updates",
"arn:aws:s3:::mozilla-nightly-updates/*"
]
}
]
}
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•