I was using the code pd.read_json('s3://example2020/kaggle.json') to access S3 bucket data, but it threw the error of FileNotFoundError: example2020/kaggle.json.
The methods I tried:
[Region] The s3 bucket is in Ohio region while the SageMaker notebook instance is in Singapore. Not sure if this matters. I tried to recreate a s3 bucket in Singapore region but I still cannot access it and got the same file not found error.
[IAM Role] I checked the permission of IAM-SageMaker Execution role 

