Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
S3Client s3client
}
func (*Storage) Fetch ¶
func (s *Storage) Fetch(ctx context.Context, bucket, object string, version *string) ([]byte, string, error)
Fetch gets a CRL from storage at a particular version The bucket and object names are required. If version is nil, the current version is returned. Returns the retrieved DER CRL bytes and what VersionID it was.
Click to show internal directories.
Click to hide internal directories.