diff --git a/examples/gcs-tokio.rs b/examples/gcs-tokio.rs index e8c1006164..45ea1d1168 100644 --- a/examples/gcs-tokio.rs +++ b/examples/gcs-tokio.rs @@ -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 {