@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | $this->ensureBucketExists(); |
107 | 107 | $options = $this->getOptions( |
108 | 108 | $targetKey, |
109 | - ['CopySource' => $this->bucket . '/' . $this->computePath($sourceKey)] |
|
109 | + ['CopySource' => $this->bucket.'/'.$this->computePath($sourceKey)] |
|
110 | 110 | ); |
111 | 111 | |
112 | 112 | try { |
@@ -247,7 +247,7 @@ discard block |
||
247 | 247 | { |
248 | 248 | $result = $this->service->listObjectsV2([ |
249 | 249 | 'Bucket' => $this->bucket, |
250 | - 'Prefix' => rtrim($this->computePath($key), '/') . '/', |
|
250 | + 'Prefix' => rtrim($this->computePath($key), '/').'/', |
|
251 | 251 | 'MaxKeys' => 1, |
252 | 252 | ]); |
253 | 253 |