We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If $dlo is a large-object:
$dlo
$container->getObject($dlo) // [contentType] => null // [contentLength] => null
swift stat on the same file:
swift stat
Content Type: application/octet-stream Content Length: 8389723
Quite related to #285
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If
$dlo
is a large-object:swift stat
on the same file:Quite related to #285
The text was updated successfully, but these errors were encountered: