We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf3afd commit fc7d60eCopy full SHA for fc7d60e
portal-ui/src/screens/Console/Buckets/BucketDetails/BucketLifecyclePanel.tsx
@@ -275,10 +275,7 @@ const BucketLifecyclePanel = ({ classes }: IBucketLifecyclePanelProps) => {
275
<Grid item xs={12} className={classes.actionsTray}>
276
<PanelTitle>Lifecycle Rules</PanelTitle>
277
<SecureComponent
278
- scopes={[
279
- IAM_SCOPES.S3_PUT_LIFECYCLE_CONFIGURATION,
280
- IAM_SCOPES.ADMIN_LIST_TIERS,
281
- ]}
+ scopes={[IAM_SCOPES.S3_PUT_LIFECYCLE_CONFIGURATION]}
282
resource={bucketName}
283
matchAll
284
errorProps={{ disabled: true }}
0 commit comments