fn test_bucket()

in src/gcs.rs [684:686]


    fn test_bucket() -> String {
        std::env::var("GCSFUSER_TEST_BUCKET").expect("You must provide a read/write bucket")
    }