You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing the same missing ETag error in @uppy/aws-s3: 4.2.3 when uploading to Backblaze B2 through the S3 compatible API even with the CORS settings on the bucket exposing ETag headers
Initial checklist
Link to runnable example
No response
Steps to reproduce
Expected behavior
Upload expects to complete successfully AND event completes
Actual behavior
Upload completes fine but onComplete is not called because missing etag shortcircuits the function
From GCS:
https://cloud.google.com/storage/docs/metadata
Etag is not expected to return unless using XML API. While I can copy/paste the provider, this should work with GCS as well.
The text was updated successfully, but these errors were encountered: