Skip to content

Commit

Permalink
tag with value
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Feb 11, 2024
1 parent 7bff9d9 commit f3c09b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs/Fs.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ protected function addFileMetadataToConfig(array $config): array
}

if (!$this->hasUrls) {
$config['Tagging'] = Visibility::PRIVATE;
$config['Tagging'] = sprintf('%s=1', Visibility::PRIVATE);
}

return parent::addFileMetadataToConfig($config);
Expand Down

0 comments on commit f3c09b2

Please sign in to comment.