Storing Data Using OzonePDF version

Head an object

Use the following code snippet to head an object.

response = s3_client.head_object(Bucket='bucket1', Key='README.md')
print(response)

This will head object ‘README.md’ from Ozone volume ‘s3v’ in the bucket ‘bucket1’.

We want your opinion

How can we improve this page?

What kind of feedback do you have?