Fixed typo

This commit is contained in:
Roger Gonzalez 2023-01-14 12:07:31 -03:00
parent 222b2f541b
commit 7f064ed229
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
title = "How I got a residency appointment thanks to Python, Selenium and Telegram"
author = ["Roger Gonzalez"]
date = 2020-08-02
lastmod = 2023-01-14T11:32:59-03:00
lastmod = 2023-01-14T12:00:53-03:00
tags = ["python", "selenium", "telegram"]
categories = ["programming"]
draft = false

View File

@ -17,7 +17,7 @@ All posts in here will have the category set to /programming/.
:END:
:PROPERTIES:
: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
can use the same S3 compatible libraries in Python, like [[https://pypi.org/project/boto3/][Boto3]] and