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
The text was updated successfully, but these errors were encountered:
ikopylov
changed the title
Investigate the possibility of implementing the AWS S3 API
Investigate the possibility of implementing AWS S3 API
Mar 4, 2021
* Add api method for get data
* Add API method for put data
* Add converters from Error to StatusExt
* S3: GetObject implementation
* Use default bucket name
* GetObject and PutObject fully implemented
* Fix naming and use pattern matching for error handling
* Handle request headers for GetObject
* Fix DateTime parse and remove unneeded header handlers
* Use kind() method instead of public attribute
* gh-185 Add CopyObject method
* unwrap_or_else instead of match
* Replace match by if-let statements
* import IoError and BobError
* Remove unnecessary error conversion
* Update CHANGELOG.md
https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html
The text was updated successfully, but these errors were encountered: