You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would verify if content-type starts with text/
downloadImage()
This would verify if content-type starts with image/
downloadFile()
uploadText(String text)
(uploadImage?)
uploadFile
Library should handle everything behind the scenes.
We also want a mechanism for pre-signing both uploads and downloads in the style of new Bucket.signed(string endpointUrl, string key, Map<String, String> signatureHeaders) as specified by issue #1.
Library should handle everything behind the scenes.
We also want a mechanism for pre-signing both uploads and downloads in the style of
new Bucket.signed(string endpointUrl, string key, Map<String, String> signatureHeaders)as specified by issue #1.