This commit is contained in:
Stefan Friese 2024-02-16 12:16:30 +01:00
parent 6014a0a01a
commit ac79ddaae5
1 changed files with 2 additions and 1 deletions

View File

@ -596,7 +596,8 @@ http://s3.amazonaws.com/BUCKETNAME/FILENAME.ext
Use a `PUT` method to see if the bucket may be writeable to upload a file via
```sh curl -vvv -X PUT $BUCKET_URL --data "Test of write permissions"
```sh
curl -vvv -X PUT $BUCKET_URL --data "Test of write permissions"
```
#### List content of public bucket via