aioboto3 icon indicating copy to clipboard operation
aioboto3 copied to clipboard

`head_object` or an async way to check if object exists in an S3 bucket.

Open etep opened this issue 6 months ago • 1 comments

Description

Using boto3, one can check if an object exists in a bucket using method head_object, see, e.g.: https://stackoverflow.com/questions/33842944/check-if-a-key-exists-in-a-bucket-in-s3-using-boto3

The head_object method does not appear to be implemented in aioboto3.

etep avatar Jul 31 '24 19:07 etep