AWS SDK for .NET Documentation
GetObjectMetadata Method (request)
AmazonAmazon.S3AmazonS3ClientGetObjectMetadata(GetObjectMetadataRequest) Did this page help you?   Yes   No    Tell us about it...
Returns information about a specified object.
Declaration Syntax
C#
public GetObjectMetadataResponse GetObjectMetadata(
	GetObjectMetadataRequest request
)
Parameters
request (GetObjectMetadataRequest)
The GetObjectMetadataRequest that defines the parameters of the operation.
Return Value
Returns a GetObjectMetadataResponse from S3.
Remarks
Retrieves information about a specific object or object size, without actually fetching the object itself. This is useful if you're only interested in the object metadata, and don't want to waste bandwidth on the object data. The response is identical to the GetObject response, except that there is no response body.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)