Currently local server file storage is used as the immediate upload location, upload_file pushes from the server to the s3 storage.
Alternatively, generate_presigned_url can be utilized to generate a put_object URL which can be used to upload a file from a client to the object storage directly, bypassing server storage entirely.
Currently local server file storage is used as the immediate upload location,
upload_filepushes from the server to the s3 storage.Alternatively,
generate_presigned_urlcan be utilized to generate aput_objectURL which can be used to upload a file from a client to the object storage directly, bypassing server storage entirely.