mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-04 05:00:08 +01:00
Fix typo
This commit is contained in:
parent
5cef3755b3
commit
b96a0086eb
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ It is worth noting that Cloudflare Worker is run *before* the cache. Therefore,
|
||||||
|
|
||||||
(Compatible to any S3-compatible object storage)
|
(Compatible to any S3-compatible object storage)
|
||||||
**`AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `ENDPOINT` should be kept secret,
|
**`AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `ENDPOINT` should be kept secret,
|
||||||
i.e., [put into the encrypted store](https://developers.cloudflare.com/workers/platform/environment-variables/#adding-secrets-via-wrangler)
|
i.e., [encrypted store](https://developers.cloudflare.com/workers/platform/environment-variables/#adding-secrets-via-wrangler)
|
||||||
.**
|
.**
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -58,7 +58,7 @@ $ curl --data-binary @example.txt -H "x-pass: exmaple1234" "https://pb.nekoul.co
|
||||||
Upload a file (Formdata) with password enabled
|
Upload a file (Formdata) with password enabled
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ curl -F @exmaple.txt -F "pass=example1234" "https://pb.nekoul.com"
|
$ curl -F u=@exmaple.txt -F "pass=example1234" "https://pb.nekoul.com"
|
||||||
```
|
```
|
||||||
|
|
||||||
Upload command ouput as paste
|
Upload command ouput as paste
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue