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.
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/Cargo.lock +1 -1
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/Cargo.toml +1 -1
- object_storage_proxy-0.4.3/LICENSE +22 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/PKG-INFO +3 -1
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/README.md +2 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/credentials/signer.rs +0 -12
- object_storage_proxy-0.4.2/LICENSE +0 -16
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/.cargo/config.toml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/.github/workflows/ci.yml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/.gitignore +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/img/logo.svg +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/img/request_lifecycle.svg +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/img/request_stages.svg +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/docker/Dockerfile +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/docker-compose.yml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/etc/catalog/hive.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/etc/config.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/etc/hadoop-conf/core-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/etc/hadoop-conf/hive-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/etc/jvm.config +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/hive-conf/hive-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/query.sql +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/catalog/hive.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/config.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/hadoop-conf/core-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/hadoop-conf/hive-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/jvm.config +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/log.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/node.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/compose.yml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/conf/hive-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/catalog/hive.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/catalog/tpcds.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/catalog/tpch.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/config.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/hadoop-conf/core-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/hadoop-conf/hive-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/jvm.config +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/log.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/coordinator/etc/node.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/catalog/hive.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/catalog/tpcds.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/catalog/tpch.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/config.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/hadoop-conf/core-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/hadoop-conf/hive-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/jvm.config +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/log.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/node.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/hadoop-conf/core-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/hadoop-conf/hive-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/lib/postgresql-42.7.4.jar +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/README.md +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/bucket.png +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/login.png +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/metastore.png +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/minio.png +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/runtime.png +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/storage.png +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/assets/tiny.png +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/conf/core-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/conf/metastore-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/docker-compose.yml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/catalog/minio.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/catalog/tpcds.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/catalog/tpch.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/config.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/jvm.config +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/log.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/etc/node.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/catalog/hive.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/catalog/tpcds.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/catalog/tpch.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/config.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/hadoop-conf/core-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/hadoop-conf/hive-site.xml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/jvm.config +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/log.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/node.properties +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/localhost.cnf +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/pyproject.toml +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/requirements.txt +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/credentials/hmac_keystore.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/credentials/mod.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/credentials/models.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/credentials/secrets_proxy.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/lib.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/object_storage_proxy.pyi +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/parsers/cos_map.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/parsers/credentials.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/parsers/keystore.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/parsers/mod.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/parsers/path.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/utils/functions.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/utils/mod.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/src/utils/validator.rs +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/test_integration.sh +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/test_server.py +0 -0
- {object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/uv.lock +0 -0
|
@@ -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.
|
|
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.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/docker-compose.yml
RENAMED
|
File without changes
|
|
File without changes
|
{object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/etc/config.properties
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/hive-conf/hive-site.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/presto/worker/etc/jvm.config
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/conf/hive-site.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/config.properties
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/log.properties
RENAMED
|
File without changes
|
{object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/etc/node.properties
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/trino-minio/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{object_storage_proxy-0.4.2 → object_storage_proxy-0.4.3}/integration/trino/worker/etc/jvm.config
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|