We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7289b3f + f6efdff commit 893dffbCopy full SHA for 893dffb
1 file changed
README.md
@@ -28,7 +28,7 @@ use League\Flysystem\Filesystem;
28
use ChrisWhite\B2\Client;
29
30
$client = new Client($accountId, $applicationKey);
31
-$adapter = new BackblazeAdapter($client);
+$adapter = new BackblazeAdapter($client,$bucketName);
32
33
$filesystem = new Filesystem($adapter);
34
```
0 commit comments