Does the csv file get exposed anywhere in the plotly code once deployed?

Hi everyone!

I am happy to say I deployed my first dash app using heroku!

I am creating csv files out of SQL queries and storing them into an AWS S3 bucket. I create my plotly graphs from the csv by reading the path to the S3 bucket.

I would prefer not have my csv files exposed.

At first glance I don’t see the s3 bucket name anywhere , but I was wondering if anyone here knew the answer to this question to confirm!

Thanks!

Tammy