My experiment code downloads data-sets using Python's s3fs
package, on demand from an S3 location that's tied to my AWS credentials (secret/access keys).
However the floyd instance does not have access rights to that location (not surprising). How do I attach my AWS credentials or somehow let code running on the Floyd instance have access to my S3 data?