Vanes Angelo
900cb4f7c1
Upgrade to AWS SDK v2 ( #1938 ) ( #1950 )
...
Upgrades the AWS SDK to v2. AWS S3 bucket urls will now error if they are not prefixed with a schema (example: https://).
2024-04-28 21:38:42 -07:00
Zhongpeng Lin
b72a768a05
use errors.AsErr ( #1849 )
...
Co-authored-by: Manu Gupta <manugupt1@gmail.com >
2023-03-12 22:04:12 -07:00
Zhongpeng Lin
5099b30ac6
Removing Exists() check from S3 getters ( #1842 )
...
* Atomic access to S3
* fixing linting errors
* make delete return KindNotFound
* restore checker and deleter
2023-03-03 19:46:09 -08:00
Nicholas Wiersma
d932d50232
chore: lint code with golangci-lint ( #1828 )
...
* feat: add golangci-lint linting
* chore: fix linter issues
* feat: add linting into the workflow
* docs: update lint docs
* fix: cr suggestions
* fix: remove old formatting and vetting scripts
* fix: add docker make target
* fix: action go caching
* fix: depreciated actions checkout version
* fix: cr suggestion
* fix: cr suggestions
---------
Co-authored-by: Manu Gupta <manugupt1@gmail.com >
2023-02-24 20:39:17 -08:00
Nicholas Wiersma
ab64133949
feat: replace ioutil with io and os ( #1816 )
2023-01-27 20:42:47 +05:30
Marwan Sulaiman
6ef4a793c3
Add Content-Length to .zip requests ( #1681 )
...
* Add Content-Length to .zip requests
* pr comments
Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com >
2020-11-24 10:00:47 -05:00
Tomasz Tomalak
480d8c8e8c
Implement storage.Backend for S3 storage ( #750 )
...
* Implement storage.Backend for S3 storage
* Adapt S3 storage test after refactor, Fix skiped minio tests
* Add defer to Close calls in s3.getter methods
* CR fixes
* Fix doc align
* Tweak err checks
* Fix parse test for S3 configs and cleanup error messages in storage.s3
2018-10-15 21:46:08 -04:00