Get objects
Load Python objects from an S3 bucket to Python
The following function can be used to get a Python object in an S3 bucket to Python. This works for any kind of Python object stored in S3, like sklearn
models, arrays, pandas
dataframes etc.
When calling the function you need to pass
key
- the key ("filepath") of the object you want to get from the S3 bucketbucket
- the name of the bucket
Last updated
Was this helpful?