Skip to content

Commit

Permalink
Docs: fix encryption image (#4793)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaogaozi authored Apr 26, 2024
1 parent a77248e commit 3baf0d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/en/guide/gateway.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: JuiceFS S3 Gateway
sidebar_position: 5
description: JuiceFS S3 Gateway allows the JuiceFS file system to be accessed externally using the S3 protocol. This enables applications to access files stored on JuiceFS through Amazon S3 SDKs.
description: JuiceFS S3 Gateway allows the JuiceFS file system to be accessed externally using the S3 protocol. This enables applications to access files stored on JuiceFS through Amazon S3 SDKs.
---

JuiceFS S3 Gateway is one of the various access methods supported by JuiceFS. It allows the JuiceFS file system to be accessed externally using the S3 protocol. This enables applications to access files stored on JuiceFS using Amazon S3 SDKs.
Expand Down Expand Up @@ -632,7 +632,7 @@ To use notification destinations in `namespace` and `access` formats:
```Shell
$ mc admin config get myminio notify_redis
notify_redis:1 address="127.0.0.1:6379/1" format="namespace" key="bucketevents" password="yoursecret" queue_dir="" queue_limit="0"
# Effective after restart
$ mc admin config set myminio notify_redis:1 queue_limit="1000"
Successfully applied new settings.
Expand Down Expand Up @@ -737,7 +737,7 @@ The following steps show how to use the notification destination in `namespace`
```Shell
KEY:
notify_mysql[:name] Publish bucket notifications to the MySQL database. When multiple MySQL server endpoints are required, you can add a user-specified "name" to each configuration, for example, "notify_mysql:myinstance."
ARGS:
dsn_string* (string) MySQL data source name connection string, for example, "<user>:<password>@tcp(<host>:<port>)/<database>".
table* (string) Name of the database table to store/update events. The table is automatically created.
Expand Down
Binary file modified docs/en/images/encryption.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/en/security/posix_acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Version 1.2 supports POSIX ACL. For detailed rules, please refer to:

<!-- markdownlint-disable MD044 enhanced-proper-names -->

Currently, once ACL is enabled, it cannot be disabled.
Currently, once ACL is enabled, it cannot be disabled.
Therefore, the --enable-acl flag is associated with the volume.

### Enable ACL for new volumes
Expand Down
Binary file modified docs/zh_cn/images/encryption.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3baf0d0

Please sign in to comment.