Skip to content

Commit

Permalink
fix double
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Apr 2, 2024
1 parent 17b07ff commit 3ad32bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Storage/Device/S3.php
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,6 @@ protected function listObjects(string $prefix = '', int $maxKeys = self::MAX_PAG

$uri = '/';
$prefix = ltrim($prefix, '/'); /** S3 specific requirement that prefix should never contain a leading slash */
unset($this->amzHeaders['x-amz-acl']);
unset($this->amzHeaders['x-amz-content-sha256']);
$this->headers['content-type'] = 'text/plain';
$this->headers['content-md5'] = \base64_encode(md5('', true));

Expand Down

0 comments on commit 3ad32bd

Please sign in to comment.