Skip to content

Instantly share code, notes, and snippets.

@Ruslan-Skira
Created March 3, 2023 17:00
Show Gist options
  • Save Ruslan-Skira/c0c6dc8de95fb99c1abd6395ac3de526 to your computer and use it in GitHub Desktop.
Save Ruslan-Skira/c0c6dc8de95fb99c1abd6395ac3de526 to your computer and use it in GitHub Desktop.
fastapi s3 image
s3_client.upload_fileobj(file_obj.file._file, bucket, f'{object_name}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment