mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 10:30:38 +00:00
When upload-sink is flushed, it may notice that the upload had not yet been started and fall-back to plain PUT in that case. This will make small files uploading much nicer, because multipart upload would take 3 API calls (start, part, complete) in this case fixes: #13014 Closes scylladb/scylladb#15824 * github.com:scylladb/scylladb: test: Add s3_client test for upload PUT fallback s3/client: Add PUT fallback to upload sink