Henk-Jan Lebbink
|
720943b4bb
|
Duplicated code removed, and lazy response evaluation (#162)
* Duplicated code removed, and lazy response evaluation
* moved Tokio runtime from general dependency to dev dependency
|
2025-06-18 09:55:53 -07:00 |
|
Tobias Pütz
|
e53e151e3e
|
fix: replace Arc<Box<...>> credential-provider with Arc<...> (#164)
* replace Arc<Box<...>> provider with Arc<...>
* remove need for caller to Box provider
|
2025-06-16 14:48:16 +02:00 |
|
Henk-Jan Lebbink
|
20d8654e34
|
Function names updated to reflect AWS names. Updated docs (#150)
* updated inline doc
* updated inline doc
* API naming conform AWS
* fixed clippy issues
* fixed minor API naming issues
|
2025-05-09 15:53:44 -07:00 |
|
Henk-Jan Lebbink
|
58d9203153
|
refactored all functions (#145)
* refactored stat_object
refactored select_object_content
refactor get_presigned_object_url
refactor get_presigned_policy_form_data
refactored upload-part-copy
* fixed object.unwrap
* update region
* made client Arc
* made client Arc
* update client
* update tests
* update segmented_bytes
* bench updated
* cleanup version handling
* cleanup of headers: multimap
* added inner in Client
* updated clients: added Into<String>in API
* Separated http_client and shared client items in Client
|
2025-04-23 10:18:18 -07:00 |
|
Henk-Jan Lebbink
|
e98264fa3d
|
Refactor get bucket encryption (#110)
|
2025-01-31 16:38:50 -08:00 |
|
Henk-Jan Lebbink
|
0438f044ff
|
Added object_prompt support (#109)
|
2025-01-23 09:56:29 -08:00 |
|