You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our scenario, S3 files may be accessed by multiple steps. Does s3fs support configuring a cache directory (with the ability to set the cache size) that can store files retrieved from S3? This way, as long as the cache directory has sufficient space, subsequent accesses to the file using s3fs.open can be directly read from the local cache directory, avoiding the need to download the file from S3 again after the first download.
The text was updated successfully, but these errors were encountered:
In our scenario, S3 files may be accessed by multiple steps. Does s3fs support configuring a cache directory (with the ability to set the cache size) that can store files retrieved from S3? This way, as long as the cache directory has sufficient space, subsequent accesses to the file using
s3fs.open
can be directly read from the local cache directory, avoiding the need to download the file from S3 again after the first download.The text was updated successfully, but these errors were encountered: