package
0.0.0-20220502163732-e4a7bd5aa8de
Repository: https://github.com/benbraunstein/haftr-alumni-golang.git
Documentation: pkg.go.dev

# Functions

DefaultConfig returns the default config.
No description provided by the author
PresignObject default implementation of S3 object URL presigner.
UploadImage uploads an image file to S3.
UploadToS3 default implementation of s3 uploader.

# Structs

Config is a representation of pubsub configurations.
OptionalUploadRequest is representation of optional parameters for an upload request.

# Type aliases

No description provided by the author
PresignFunc func for presigning s3 object.
UploadFunc func for uploading data to s3.
UploadImageFunc is a function that takes in a reader of an image file and a storage key and uploads it to S3.
UploadOption is a representation of an upload uption.