Skip to content

Commit

Permalink
add exclude to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hhuuggoo committed Mar 14, 2024
1 parent 2b061c2 commit d7f3145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saturnfs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SATURN_BASE_URL = os.environ["SATURN_BASE_URL"]
SATURN_TOKEN = os.environ["SATURN_TOKEN"]

S3_MIN_PART_SIZE = 5 * Units.MiB
S3_MIN_PART_SIZE = 64 * Units.MiB
S3_MAX_PART_SIZE = 5 * Units.GiB
S3_MAX_NUM_PARTS = 10000
OBJECT_STORAGE_MAX_LIST_COUNT = 1000
Expand Down

0 comments on commit d7f3145

Please sign in to comment.