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 5d10197 commit 95bdc70Copy full SHA for 95bdc70
portal-ui/src/screens/Console/Buckets/BucketDetails/SetAccessPolicy.tsx
@@ -143,6 +143,19 @@ const SetAccessPolicy = ({
143
]}
144
/>
145
</Grid>
146
+ {accessPolicy === "PUBLIC" && (
147
+ <div
148
+ style={{
149
+ marginTop: "25px",
150
+ fontSize: "14px",
151
+ fontStyle: "italic",
152
+ color: "#5E5E5E",
153
+ }}
154
+ >
155
+ * Warning: With Public access anyone will be able to upload,
156
+ download and delete files from this Bucket *
157
+ </div>
158
+ )}
159
{accessPolicy === "CUSTOM" && (
160
<Grid item xs={12} className={classes.codeMirrorContainer}>
161
<CodeMirrorWrapper
0 commit comments