-
Notifications
You must be signed in to change notification settings - Fork 514
Bucket list actions menu redesign #1467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d478479 to
6deac92
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
I cannot create a new path (folder) on a prefix which I should.
Steps to repro: 1.- create bucket called {
"Version": "2012-10-17",
"Statement": [
{
"Action": ["s3:ListBucket","s3:GetBucketLocation"],
"Effect": "Allow",
"Resource": ["arn:aws:s3:::mycache"]
},
{
"Action": ["s3:ListBucket","s3:GetObject"],
"Effect": "Allow",
"Resource": ["arn:aws:s3:::mycache/*"]
},
{
"Action": [
"s3:ListBucket",
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject"
],
"Effect": "Allow",
"Resource": ["arn:aws:s3:::mycache/mysoftware/*"]
}
]
}3.- go to |
0a01e0d to
7dd7f14
Compare
Signed-off-by: Benjamin Perez <[email protected]>
ad40e3a to
4fe1ca7
Compare
prakashsvmx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested.
- Un Versioned Bucket/Objects
- Versioned Bucket/Objects
Changes look good to me.



What does this do?
Added redesign for buckets list menu actions & removes single action buttons from list
How does it look?