Commit Graph

8 Commits

Author SHA1 Message Date
Muhammed Efe Cetin
486941cc00 s3: add support for context management 2025-04-22 23:51:48 +03:00
Manuel de la Peña
4c24f5c1d3 docs: update link 2025-01-13 17:57:04 +01:00
Manuel de la Peña
e6249971b8 fix(s3): add an endpoint resolver v2
See https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/endpoints/#with-both
2025-01-13 17:53:29 +01:00
Kashiwa
386b6f431f refactor: WithEndpointResolverWithOptions is deprecated, use BaseEndpoint instead 2025-01-09 12:41:31 +00:00
Zhang Huangbin
4dfe51aa01 Fix incorrect checksum (base64 encoded).
Create bucket in unittest instead of GitHub Actions.
2023-09-06 08:45:46 +08:00
Juan Calderon-Perez
3a8b8d4f71 Add Conn() support to all storage drivers. (#451)
* Add DB() support for Redis driver

* Added support for DB() to all drivers

* Fixed typo in README and Lint issue

* Fix lint issue with ristretto db

* Fix lint issue with bbolt db

* Rename DB() to Conn()

* Replace all instances of _DB with _Conn

* Update all the README files

* Return ArangoDB Client instead of DB
2022-08-15 07:58:13 +02:00
M. Efe Çetin
61fa9709f2 🔥 several updates for s3 (#322)
* updates for s3.

* fix linter
2022-02-04 21:53:36 +01:00
Paul Cento
45cc6b9dcd 🚀 Add S3 Implementation (#227)
* implement basic s3 operations

* add request timeout contexts

* remove close channel

* update Config comments

* fix README

* stuff

* set config options in s3.Storage

* add s3 workflow for github actions

* Bump SDK to aws/aws-sdk-go-v2

* update

* Add missing README.

* Add security workflows for s3.

* Add tests for S3

* update

update

update

update

update

update

update

update

update

update

update

update

update

update

* update

* Code reviews.

Co-authored-by: Paul Cento <prscento@uwaterloo.ca>
Co-authored-by: Alex Bakker <abakks@hotmail.com>
Co-authored-by: Muhammed Efe Çetin <efectn@protonmail.com>
2022-02-04 12:41:26 +01:00