summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md2
-rw-r--r--posts.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md b/content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md
index b637fbc..1ef2889 100644
--- a/content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md
+++ b/content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md
@@ -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
diff --git a/posts.org b/posts.org
index a836405..373cfd9 100644
--- a/posts.org
+++ b/posts.org
@@ -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