Loading crates/s3s-aws/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "s3s-aws" version = "0.6.1-dev" version = "0.6.1" edition = "2021" description = "S3 service adapter integrated with aws-sdk-s3" license = "Apache-2.0" Loading @@ -18,7 +18,7 @@ aws-smithy-types-convert = { version = "0.55.3", features = ["convert-time"] } bytes = "1.4.0" futures = { version = "0.3.28", default-features = false, features = ["std"] } hyper = "0.14.26" s3s = { version = "0.6.1-dev", path = "../s3s" } s3s = { version = "0.6.1", path = "../s3s" } sync_wrapper = "0.1.2" 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.6.1-dev" version = "0.6.1" edition = "2021" description = "An experimental S3 server based on file system" license = "Apache-2.0" Loading Loading @@ -30,7 +30,7 @@ mime = "0.3.17" nugine-rust-utils = "0.3.1" numeric_cast = "0.2.1" path-absolutize = "3.1.0" s3s = { version = "0.6.1-dev", path = "../s3s" } s3s = { version = "0.6.1", path = "../s3s" } serde_json = "1.0.97" thiserror = "1.0.40" time = "0.3.22" Loading @@ -48,6 +48,6 @@ aws-config = "0.55.3" aws-credential-types = { version = "0.55.3", features = ["test-util"] } aws-sdk-s3 = "0.28.0" once_cell = "1.18.0" s3s-aws = { version = "0.6.1-dev", path = "../s3s-aws" } s3s-aws = { version = "0.6.1", path = "../s3s-aws" } tokio = { version = "1.28.2", 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 @@ -10,8 +10,8 @@ aws-credential-types = "0.55.3" aws-sdk-s3 = "0.28.0" clap = { version = "4.3.5", features = ["derive"] } hyper = { version = "0.14.26", features = ["full"] } s3s = { version = "0.6.1-dev", path = "../s3s" } s3s-aws = { version = "0.6.1-dev", path = "../s3s-aws" } s3s = { version = "0.6.1", path = "../s3s" } s3s-aws = { version = "0.6.1", path = "../s3s-aws" } tokio = { version = "1.28.2", 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.6.1-dev" version = "0.6.1" edition = "2021" description = "S3 Service Adapter" license = "Apache-2.0" 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.6.1-dev cargo set-version -p s3s-aws 0.6.1-dev cargo set-version -p s3s-fs 0.6.1-dev cargo set-version -p s3s 0.6.1 cargo set-version -p s3s-aws 0.6.1 cargo set-version -p s3s-fs 0.6.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.6.1-dev" version = "0.6.1" edition = "2021" description = "S3 service adapter integrated with aws-sdk-s3" license = "Apache-2.0" Loading @@ -18,7 +18,7 @@ aws-smithy-types-convert = { version = "0.55.3", features = ["convert-time"] } bytes = "1.4.0" futures = { version = "0.3.28", default-features = false, features = ["std"] } hyper = "0.14.26" s3s = { version = "0.6.1-dev", path = "../s3s" } s3s = { version = "0.6.1", path = "../s3s" } sync_wrapper = "0.1.2" 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.6.1-dev" version = "0.6.1" edition = "2021" description = "An experimental S3 server based on file system" license = "Apache-2.0" Loading Loading @@ -30,7 +30,7 @@ mime = "0.3.17" nugine-rust-utils = "0.3.1" numeric_cast = "0.2.1" path-absolutize = "3.1.0" s3s = { version = "0.6.1-dev", path = "../s3s" } s3s = { version = "0.6.1", path = "../s3s" } serde_json = "1.0.97" thiserror = "1.0.40" time = "0.3.22" Loading @@ -48,6 +48,6 @@ aws-config = "0.55.3" aws-credential-types = { version = "0.55.3", features = ["test-util"] } aws-sdk-s3 = "0.28.0" once_cell = "1.18.0" s3s-aws = { version = "0.6.1-dev", path = "../s3s-aws" } s3s-aws = { version = "0.6.1", path = "../s3s-aws" } tokio = { version = "1.28.2", 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 @@ -10,8 +10,8 @@ aws-credential-types = "0.55.3" aws-sdk-s3 = "0.28.0" clap = { version = "4.3.5", features = ["derive"] } hyper = { version = "0.14.26", features = ["full"] } s3s = { version = "0.6.1-dev", path = "../s3s" } s3s-aws = { version = "0.6.1-dev", path = "../s3s-aws" } s3s = { version = "0.6.1", path = "../s3s" } s3s-aws = { version = "0.6.1", path = "../s3s-aws" } tokio = { version = "1.28.2", 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.6.1-dev" version = "0.6.1" edition = "2021" description = "S3 Service Adapter" license = "Apache-2.0" 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.6.1-dev cargo set-version -p s3s-aws 0.6.1-dev cargo set-version -p s3s-fs 0.6.1-dev cargo set-version -p s3s 0.6.1 cargo set-version -p s3s-aws 0.6.1 cargo set-version -p s3s-fs 0.6.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