Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mountpoint-s3-fs/src/upload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@
client: Client,
runtime: Runtime,
pool: PagedPool,
mem_limiter: Arc<MemoryLimiter>,

Check warning on line 116 in mountpoint-s3-fs/src/upload.rs

View workflow job for this annotation

GitHub Actions / Formatting

Diff in /home/runner/work/mountpoint-s3/mountpoint-s3/mountpoint-s3-fs/src/upload.rs
config: UploaderConfig,
) -> Self {
assert!(config.buffer_size > 0, "buffer_size should be greater than 0 for uploads");
Self {
client,
runtime,
Expand Down
Loading