Documentation
¶
Overview ¶
Package cloud contains client-side data-provider inspection helpers used when a caller needs to talk directly to S3/GCS/Azure object storage.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectInfo ¶
type ObjectInfo struct {
Bucket string
Key string
Path string
SizeBytes int64
MetaSHA256 string
ETag string
LastModTime time.Time
}
ObjectInfo is the resolved object metadata returned by inspection.
func InspectObject ¶
func InspectObject(ctx context.Context, in ObjectParameters) (*ObjectInfo, error)
InspectObject inspects object metadata for configured-bucket and raw cloud URL workflows.
Click to show internal directories.
Click to hide internal directories.