summaryrefslogtreecommitdiff
path: root/posts.org
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-14 12:07:31 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-14 12:07:31 -0300
commit7f064ed22922fa87eb2524af0911010edf7c7eec (patch)
tree3e9c0ed658d383fd48133616da786d7b8be711c9 /posts.org
parent222b2f541b8490c3076bc578eb954f1ff07ddeec (diff)
Fixed typo
Diffstat (limited to 'posts.org')
-rw-r--r--posts.org2
1 files changed, 1 insertions, 1 deletions
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