We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d623b8 commit 6abe364Copy full SHA for 6abe364
1 file changed
src/gcp_storage_emulator/handlers/objects.py
@@ -227,6 +227,7 @@ def _create_resumable_upload(request, response, storage):
227
object_id,
228
content_type,
229
content_length,
230
+ metadata={**(request.data or {}), "name": object_id},
231
)
232
id = storage.create_resumable_upload(
233
request.params["bucket_name"],
0 commit comments