### Feature Description Allow unauthenticated requests to a GCS (or emulated) bucket. ### Problem and Solution This enables simpler testing and looks to be the same reasoning for why the [Java implementation](https://github.com/apache/iceberg/blob/5fc1413a5efc4419ccc081f3031325f107ccddab/gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java#L44-L45) has this too. ### Additional Context I ran into this whilst looking at adding [GCS support to `iceberg-rust`](https://github.com/apache/iceberg-rust/pull/520#discussion_r1703160577). Happy to help contribute this with some guidance :+1: ### Are you willing to contribute to the development of this feature? - [X] Yes, I am willing to contribute to the development of this feature.