S3FS python, credential inline

Viewed 11126

I am trying to use python s3fs to read files in S3 AWS.

I could not find the code to put credential (Access key + Secret) into s3fs code.

Can anyone please help me how to set this info along with s3fs code.

import s3fs
fs = s3fs.S3FileSystem(anon=True)

I am currently on Windows 10.

1 Answers
Related