method
Backend.List
func (backend *Backend) List(
ctx context.Context,
list storage.ListRequest,
) (storage.ListPage, error)List one bounded S3 continuation page under a prefix.
Related types
BackendAn S3 storage and URL-signing backend.
ListRequestA bounded object-listing request.
ListPageOne stable page of object metadata.