Fixed typo
This commit is contained in:
parent
222b2f541b
commit
7f064ed229
@ -2,7 +2,7 @@
|
|||||||
title = "How I got a residency appointment thanks to Python, Selenium and Telegram"
|
title = "How I got a residency appointment thanks to Python, Selenium and Telegram"
|
||||||
author = ["Roger Gonzalez"]
|
author = ["Roger Gonzalez"]
|
||||||
date = 2020-08-02
|
date = 2020-08-02
|
||||||
lastmod = 2023-01-14T11:32:59-03:00
|
lastmod = 2023-01-14T12:00:53-03:00
|
||||||
tags = ["python", "selenium", "telegram"]
|
tags = ["python", "selenium", "telegram"]
|
||||||
categories = ["programming"]
|
categories = ["programming"]
|
||||||
draft = false
|
draft = false
|
||||||
|
@ -17,7 +17,7 @@ All posts in here will have the category set to /programming/.
|
|||||||
:END:
|
:END:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:EXPORT_FILE_NAME: using-minio-to-upload-to-a-local-s3-bucket-in-django
|
:EXPORT_FILE_NAME: using-minio-to-upload-to-a-local-s3-bucket-in-django
|
||||||
:EXPORT_DATE: 2021-01-10h Amazon S3 cloud storage service.
|
:EXPORT_DATE: 2021-01-10
|
||||||
|
|
||||||
So MinIO its an object storage that uses the same API as S3, which means that we
|
So MinIO its an object storage that uses the same API as S3, which means that we
|
||||||
can use the same S3 compatible libraries in Python, like [[https://pypi.org/project/boto3/][Boto3]] and
|
can use the same S3 compatible libraries in Python, like [[https://pypi.org/project/boto3/][Boto3]] and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user