typo
This commit is contained in:
parent
6014a0a01a
commit
ac79ddaae5
|
@ -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
|
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
|
#### List content of public bucket via
|
||||||
|
|
Loading…
Reference in New Issue