why does the `s3_pickle_io_manager` use the `Pickl...
# ask-community
a
why does the
s3_pickle_io_manager
use the
PickledObjectS3IOManager
instead of the
ConfigurablePickledObjectS3IOManager
? Wouldn't it make more sense to use the configurable one since it utilizes caching? https://github.com/dagster-io/dagster/blob/master/python_modules/libraries/dagster-aws/dagster_aws/s3/io_manager.py#L224
🤖 1
s
I believe the
s3_pickle_io_manager
is legacy and you should just directly use
ConfigurablePickledObjectS3IOManager
instead. See here: https://docs.dagster.io/concepts/io-management/io-managers#applying-io-managers-to-assets