Skip to content

Commit 523480c

Browse files
committed
Public Bucket Read Test
1 parent eba6c5f commit 523480c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/io/test_s3.py

+2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ def test_streaming_s3_objects():
3131
@tm.network
3232
@td.skip_if_no("s3fs")
3333
def test_read_without_creds_from_pub_bucket():
34+
# GH 34626
35+
# Use Amazon Open Data Registry - https://registry.opendata.aws/gdelt
3436
result = read_csv("s3://gdelt-open-data/events/1981.csv", nrows=3)
3537
assert len(result) == 3

0 commit comments

Comments
 (0)