@@ -239,6 +239,11 @@ |
||
| 239 | 239 | return $this->client; |
| 240 | 240 | } |
| 241 | 241 | |
| 242 | + /** |
|
| 243 | + * @param string $path |
|
| 244 | + * @param string $contents |
|
| 245 | + * @param string $mode |
|
| 246 | + */ |
|
| 242 | 247 | protected function upload($path, $contents, $mode) |
| 243 | 248 | { |
| 244 | 249 | $location = $this->applyPathPrefix($path); |