-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
Milestone
Description
- Investigate which client/SDK supports aws-chunked uploads
- Authorization header / aws-chunked / no tranfer encoding case
- Content-Length header does not represent object size, how to know/compute?
- s3cmd and boto do not implement this.
- Authorization header / aws-chunked / chunked tranfer encoding case
- No Content-Length header, c-l will be determined after transfer?
- Access stats log for chunked upload
- there are possibly three kinds of length: HTTP request payload, HTTP Content-Length, Object size
Reactions are currently unavailable