Skip to content

Commit

Permalink
remove misleading comment (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascualex committed Oct 15, 2023
1 parent 26a81b3 commit 6355980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/gcs-tokio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use s3::Bucket;

#[tokio::main]
async fn main() -> Result<(), S3Error> {
// This requires a running minio server at localhost:9000
let bucket = Bucket::new(
"test-rust-s3",
Region::Custom {
Expand Down

0 comments on commit 6355980

Please sign in to comment.