Skip to content

Commit

Permalink
Fix typo in manage-object-visibility.mdx (#4386)
Browse files Browse the repository at this point in the history
  • Loading branch information
moreaupascal56 authored Feb 11, 2025
1 parent 7c7bd99 commit c84d6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/object-storage/how-to/manage-object-visibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you upload a file using the CLI, you can make it public by using the `--acl p

## Manage the visibility of multiple objects

You can manage the visibility of multiple ojects at a time using a [bucket policy](/object-storage/api-cli/bucket-policy/) as shown below. By allowing [GetObject](/object-storage/api-cli/object-operations/#getobject) operations to everyone, the desired objects can be accessed by any person with the link to the object.
You can manage the visibility of multiple objects at a time using a [bucket policy](/object-storage/api-cli/bucket-policy/) as shown below. By allowing [GetObject](/object-storage/api-cli/object-operations/#getobject) operations to everyone, the desired objects can be accessed by any person with the link to the object.

```json
{
Expand Down

0 comments on commit c84d6a5

Please sign in to comment.