Skip to content

Commit

Permalink
fix: use defined DEFAULT_BLOCK_SIZE
Browse files Browse the repository at this point in the history
Signed-off-by: machichima <nary12321@gmail.com>
  • Loading branch information
machichima committed Jan 8, 2025
1 parent 42cc75f commit a1c99ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/core/obstore_filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ObstoreS3FileSystem(AsyncFsspecStore):
connect_timeout = 5
retries = 5
read_timeout = 15
default_block_size = 5 * 2**20
default_block_size = DEFAULT_BLOCK_SIZE
protocol = ("s3", "s3a")
_extra_tokenize_attributes = ("default_block_size",)

Expand Down

0 comments on commit a1c99ec

Please sign in to comment.