Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractBucketKeys ¶
ExtractBucketKeys fetches and extracts keys from the given bucket URL
Types ¶
type ListBucketResult ¶
type ListBucketResult struct { Contents []struct { Key string `xml:"Key"` } `xml:"Contents"` }
ListBucketResult represents the structure of the S3 bucket XML response
Click to show internal directories.
Click to hide internal directories.