Updated README

This commit is contained in:
Devang Srivastava 2020-09-28 16:18:56 +05:30
parent e6d7753dc8
commit 57585a9e0b

View file

@ -247,7 +247,6 @@ $my_space = Spaces("ACCESS KEY", "SECRET KEY")->space("my_space", "nyc3");
//Returns true if this file exists, otherwise false.
$my_space->fileExists("my-file.txt");
```
* Because of how Spaces/S3 handles objects, this'll return true for folders that exist.
 
## Get info on a file