package
0.0.0-20241013010619-94f544ff13e4
Repository: https://github.com/tensoraws/nuxbt-backend.git
Documentation: pkg.go.dev
# Functions
Get gets the file pointed to by key.
GetBytes gets the file pointed to by key and returns a byte array.
GetPresignedURL gets the presigned URL for the file pointed to by key.
No description provided by the author
Put saves the content read from r to the oss key.
PutBytes saves the byte array to the oss key.