object-storage-proxy 0.4.2__tar.gz → 0.4.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/Cargo.lock +1 -1
  2. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/Cargo.toml +1 -1
  3. object_storage_proxy-0.4.3/LICENSE +22 -0
  4. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/PKG-INFO +3 -1
  5. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/README.md +2 -0
  6. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/credentials/signer.rs +0 -12
  7. object_storage_proxy-0.4.2/LICENSE +0 -16
  8. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/.cargo/config.toml +0 -0
  9. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/.github/workflows/ci.yml +0 -0
  10. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/.gitignore +0 -0
  11. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/img/logo.svg +0 -0
  12. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/img/request_lifecycle.svg +0 -0
  13. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/img/request_stages.svg +0 -0
  14. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/docker/Dockerfile +0 -0
  15. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/docker-compose.yml +0 -0
  16. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/etc/catalog/hive.properties +0 -0
  17. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/etc/config.properties +0 -0
  18. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/etc/hadoop-conf/core-site.xml +0 -0
  19. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/etc/hadoop-conf/hive-site.xml +0 -0
  20. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/etc/jvm.config +0 -0
  21. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/hive-conf/hive-site.xml +0 -0
  22. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/query.sql +0 -0
  23. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/catalog/hive.properties +0 -0
  24. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/config.properties +0 -0
  25. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/hadoop-conf/core-site.xml +0 -0
  26. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/hadoop-conf/hive-site.xml +0 -0
  27. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/jvm.config +0 -0
  28. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/log.properties +0 -0
  29. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/node.properties +0 -0
  30. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/compose.yml +0 -0
  31. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/conf/hive-site.xml +0 -0
  32. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/catalog/hive.properties +0 -0
  33. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/catalog/tpcds.properties +0 -0
  34. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/catalog/tpch.properties +0 -0
  35. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/config.properties +0 -0
  36. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/hadoop-conf/core-site.xml +0 -0
  37. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/hadoop-conf/hive-site.xml +0 -0
  38. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/jvm.config +0 -0
  39. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/log.properties +0 -0
  40. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/node.properties +0 -0
  41. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/catalog/hive.properties +0 -0
  42. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/catalog/tpcds.properties +0 -0
  43. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/catalog/tpch.properties +0 -0
  44. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/config.properties +0 -0
  45. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/hadoop-conf/core-site.xml +0 -0
  46. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/hadoop-conf/hive-site.xml +0 -0
  47. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/jvm.config +0 -0
  48. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/log.properties +0 -0
  49. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/node.properties +0 -0
  50. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/hadoop-conf/core-site.xml +0 -0
  51. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/hadoop-conf/hive-site.xml +0 -0
  52. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/lib/postgresql-42.7.4.jar +0 -0
  53. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/README.md +0 -0
  54. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/bucket.png +0 -0
  55. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/login.png +0 -0
  56. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/metastore.png +0 -0
  57. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/minio.png +0 -0
  58. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/runtime.png +0 -0
  59. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/storage.png +0 -0
  60. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/tiny.png +0 -0
  61. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/conf/core-site.xml +0 -0
  62. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/conf/metastore-site.xml +0 -0
  63. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/docker-compose.yml +0 -0
  64. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/catalog/minio.properties +0 -0
  65. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/catalog/tpcds.properties +0 -0
  66. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/catalog/tpch.properties +0 -0
  67. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/config.properties +0 -0
  68. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/jvm.config +0 -0
  69. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/log.properties +0 -0
  70. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/node.properties +0 -0
  71. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/catalog/hive.properties +0 -0
  72. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/catalog/tpcds.properties +0 -0
  73. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/catalog/tpch.properties +0 -0
  74. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/config.properties +0 -0
  75. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/hadoop-conf/core-site.xml +0 -0
  76. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/hadoop-conf/hive-site.xml +0 -0
  77. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/jvm.config +0 -0
  78. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/log.properties +0 -0
  79. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/node.properties +0 -0
  80. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/localhost.cnf +0 -0
  81. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/pyproject.toml +0 -0
  82. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/requirements.txt +0 -0
  83. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/credentials/hmac_keystore.rs +0 -0
  84. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/credentials/mod.rs +0 -0
  85. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/credentials/models.rs +0 -0
  86. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/credentials/secrets_proxy.rs +0 -0
  87. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/lib.rs +0 -0
  88. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/object_storage_proxy.pyi +0 -0
  89. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/parsers/cos_map.rs +0 -0
  90. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/parsers/credentials.rs +0 -0
  91. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/parsers/keystore.rs +0 -0
  92. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/parsers/mod.rs +0 -0
  93. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/parsers/path.rs +0 -0
  94. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/utils/functions.rs +0 -0
  95. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/utils/mod.rs +0 -0
  96. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/utils/validator.rs +0 -0
  97. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/test_integration.sh +0 -0
  98. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/test_server.py +0 -0
  99. {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/uv.lock +0 -0
@@ -1757,7 +1757,7 @@ dependencies = [
1757
1757
 
1758
1758
  [[package]]
1759
1759
  name = "object-storage-proxy"
1760
- version = "0.4.2"
1760
+ version = "0.4.3"
1761
1761
  dependencies = [
1762
1762
  "async-stream",
1763
1763
  "async-trait",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "object-storage-proxy"
3
- version = "0.4.2"
3
+ version = "0.4.3"
4
4
  edition = "2024"
5
5
 
6
6
  [dependencies]
@@ -0,0 +1,22 @@
1
+ Copyright (c) <2025> <copyright jeroen@flexworks.eu>
2
+
3
+ Permission is hereby granted, free of charge, to any person
4
+ obtaining a copy of this software and associated documentation
5
+ files (the "Software"), to deal in the Software without
6
+ restriction, including without limitation the rights to use,
7
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the
9
+ Software is furnished to do so, subject to the following
10
+ conditions:
11
+
12
+ The above copyright notice and this permission notice shall be
13
+ included in all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
+ OTHER DEALINGS IN THE SOFTWARE.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: object-storage-proxy
3
- Version: 0.4.2
3
+ Version: 0.4.3
4
4
  Classifier: License :: Other/Proprietary License
5
5
  Classifier: Programming Language :: Rust
6
6
  Classifier: Programming Language :: Python :: Implementation :: CPython
@@ -28,6 +28,8 @@ Project-URL: BugTracker, https://github.com/opensourceworks-org/object-storage-p
28
28
 
29
29
  ## Introduction
30
30
 
31
+ [Documentation Home](https://osp.flexworks.eu)
32
+
31
33
  A fast and safe in-process reverse proxy server, based on Cloudflare's [pingora](https://github.com/cloudflare/pingora?tab=readme-ov-file), to reverse proxy AWS and IBM Cloud Object Storage buckets and integrate your Authentication and Authorization services.
32
34
 
33
35
  - Compatible with AWS SDK -> aws cli/boto3, polars, spark, datafusion, ...
@@ -9,6 +9,8 @@
9
9
 
10
10
  ## Introduction
11
11
 
12
+ [Documentation Home](https://osp.flexworks.eu)
13
+
12
14
  A fast and safe in-process reverse proxy server, based on Cloudflare's [pingora](https://github.com/cloudflare/pingora?tab=readme-ov-file), to reverse proxy AWS and IBM Cloud Object Storage buckets and integrate your Authentication and Authorization services.
13
15
 
14
16
  - Compatible with AWS SDK -> aws cli/boto3, polars, spark, datafusion, ...
@@ -97,18 +97,6 @@ impl<'a> AwsSign<'a, HashMap<String, String>> {
97
97
  ) -> Self {
98
98
 
99
99
 
100
- // let allowed: Vec<&str> = if let Some(sh) = signed_headers {
101
- // sh.iter().map(String::as_str).collect()
102
- // } else {
103
- // vec![
104
- // "host",
105
- // "x-amz-date",
106
- // "range",
107
- // "x-amz-content-sha256",
108
- // "x-amz-security-token",
109
- // ]
110
- // };
111
-
112
100
  let signed_allow: Option<HashSet<&str>> =
113
101
  _signed_headers.map(|v| v.iter().map(String::as_str).collect());
114
102
 
@@ -1,16 +0,0 @@
1
- Personal Use License
2
-
3
- Copyright (c) 2025 [Flexworks].
4
-
5
- This software is free for private, personal, non-commercial use by individuals.
6
-
7
- Commercial use, including use by companies, organizations, governments, or educational institutions, requires a paid commercial license.
8
-
9
- You may not:
10
- - Use this software in any organization, business, or government setting without a commercial license.
11
- - Sell, sublicense, redistribute, or publicly host this software.
12
- - Modify and distribute modifications of this software.
13
-
14
- To obtain a commercial license, please contact: [info@flexworks.eu].
15
-
16
- All rights not explicitly granted are reserved by the copyright holder.