Loading crates/s3s-aws/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "s3s-aws" version = "0.10.1-dev" version = "0.10.1" description = "S3 service adapter integrated with aws-sdk-s3" readme = "../../README.md" keywords = ["s3"] Loading @@ -16,7 +16,7 @@ aws-smithy-runtime-api = { version = "1.2.0", features = ["client", "http-1x"] } aws-smithy-types = { version = "1.1.8", features = ["http-body-1-x"] } aws-smithy-types-convert = { version = "0.60.8", features = ["convert-time"] } hyper = "1.1.0" s3s = { version = "0.10.1-dev", path = "../s3s" } s3s = { version = "0.10.1", path = "../s3s" } sync_wrapper = "1.0.0" tracing = "0.1.37" transform-stream = "0.3.0" crates/s3s-fs/Cargo.toml +3 −3 Original line number Diff line number Diff line [package] name = "s3s-fs" version = "0.10.1-dev" version = "0.10.1" description = "An experimental S3 server based on file system" readme = "../../README.md" keywords = ["s3"] Loading Loading @@ -40,7 +40,7 @@ mime = "0.3.17" nugine-rust-utils = "0.3.1" numeric_cast = "0.2.1" path-absolutize = "3.1.0" s3s = { version = "0.10.1-dev", path = "../s3s" } s3s = { version = "0.10.1", path = "../s3s" } serde_json = "1.0.104" thiserror = "1.0.45" time = "0.3.25" Loading @@ -61,6 +61,6 @@ aws-config = { version = "1.1.2", default-features = false } aws-credential-types = { version = "1.1.2", features = ["test-util"] } aws-sdk-s3 = { version = "1.12.0", features = ["behavior-version-latest"] } once_cell = "1.18.0" s3s-aws = { version = "0.10.1-dev", path = "../s3s-aws" } s3s-aws = { version = "0.10.1", path = "../s3s-aws" } tokio = { version = "1.31.0", features = ["full"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] } crates/s3s-proxy/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ hyper-util = { version = "0.1.5", features = [ "http2", "tokio", ] } s3s = { version = "0.10.1-dev", path = "../s3s" } s3s-aws = { version = "0.10.1-dev", path = "../s3s-aws" } s3s = { version = "0.10.1", path = "../s3s" } s3s-aws = { version = "0.10.1", path = "../s3s-aws" } tokio = { version = "1.31.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] } crates/s3s/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "s3s" version = "0.10.1-dev" version = "0.10.1" description = "S3 Service Adapter" readme = "../../README.md" keywords = ["s3"] Loading justfile +6 −6 Original line number Diff line number Diff line Loading @@ -28,11 +28,11 @@ install: just install-s3s-proxy sync-version: cargo set-version -p s3s 0.10.1-dev cargo set-version -p s3s-aws 0.10.1-dev cargo set-version -p s3s-fs 0.10.1-dev cargo set-version -p s3s 0.10.1 cargo set-version -p s3s-aws 0.10.1 cargo set-version -p s3s-fs 0.10.1 publish: # cargo publish -p s3s # cargo publish -p s3s-aws # cargo publish -p s3s-fs cargo publish -p s3s cargo publish -p s3s-aws cargo publish -p s3s-fs Loading
crates/s3s-aws/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "s3s-aws" version = "0.10.1-dev" version = "0.10.1" description = "S3 service adapter integrated with aws-sdk-s3" readme = "../../README.md" keywords = ["s3"] Loading @@ -16,7 +16,7 @@ aws-smithy-runtime-api = { version = "1.2.0", features = ["client", "http-1x"] } aws-smithy-types = { version = "1.1.8", features = ["http-body-1-x"] } aws-smithy-types-convert = { version = "0.60.8", features = ["convert-time"] } hyper = "1.1.0" s3s = { version = "0.10.1-dev", path = "../s3s" } s3s = { version = "0.10.1", path = "../s3s" } sync_wrapper = "1.0.0" tracing = "0.1.37" transform-stream = "0.3.0"
crates/s3s-fs/Cargo.toml +3 −3 Original line number Diff line number Diff line [package] name = "s3s-fs" version = "0.10.1-dev" version = "0.10.1" description = "An experimental S3 server based on file system" readme = "../../README.md" keywords = ["s3"] Loading Loading @@ -40,7 +40,7 @@ mime = "0.3.17" nugine-rust-utils = "0.3.1" numeric_cast = "0.2.1" path-absolutize = "3.1.0" s3s = { version = "0.10.1-dev", path = "../s3s" } s3s = { version = "0.10.1", path = "../s3s" } serde_json = "1.0.104" thiserror = "1.0.45" time = "0.3.25" Loading @@ -61,6 +61,6 @@ aws-config = { version = "1.1.2", default-features = false } aws-credential-types = { version = "1.1.2", features = ["test-util"] } aws-sdk-s3 = { version = "1.12.0", features = ["behavior-version-latest"] } once_cell = "1.18.0" s3s-aws = { version = "0.10.1-dev", path = "../s3s-aws" } s3s-aws = { version = "0.10.1", path = "../s3s-aws" } tokio = { version = "1.31.0", features = ["full"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] }
crates/s3s-proxy/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ hyper-util = { version = "0.1.5", features = [ "http2", "tokio", ] } s3s = { version = "0.10.1-dev", path = "../s3s" } s3s-aws = { version = "0.10.1-dev", path = "../s3s-aws" } s3s = { version = "0.10.1", path = "../s3s" } s3s-aws = { version = "0.10.1", path = "../s3s-aws" } tokio = { version = "1.31.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] }
crates/s3s/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "s3s" version = "0.10.1-dev" version = "0.10.1" description = "S3 Service Adapter" readme = "../../README.md" keywords = ["s3"] Loading
justfile +6 −6 Original line number Diff line number Diff line Loading @@ -28,11 +28,11 @@ install: just install-s3s-proxy sync-version: cargo set-version -p s3s 0.10.1-dev cargo set-version -p s3s-aws 0.10.1-dev cargo set-version -p s3s-fs 0.10.1-dev cargo set-version -p s3s 0.10.1 cargo set-version -p s3s-aws 0.10.1 cargo set-version -p s3s-fs 0.10.1 publish: # cargo publish -p s3s # cargo publish -p s3s-aws # cargo publish -p s3s-fs cargo publish -p s3s cargo publish -p s3s-aws cargo publish -p s3s-fs