Skip to content

Commit

Permalink
typo fix (#36900)
Browse files Browse the repository at this point in the history
(cherry picked from commit 03c2bb5)
  • Loading branch information
TJaniF authored and jedcunningham committed Feb 9, 2024
1 parent 83d630c commit afd47ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/core-concepts/objectstorage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ of object-name => data. To enable remote access, operations on objects are usual

Airflow provides a generic abstraction on top of object stores, like s3, gcs, and azure blob storage.
This abstraction allows you to use a variety of object storage systems in your DAGs without having to
change you code to deal with every different object storage system. In addition, it allows you to use
change your code to deal with every different object storage system. In addition, it allows you to use
most of the standard Python modules, like ``shutil``, that can work with file-like objects.

Support for a particular object storage system depends on the providers you have installed. For
Expand Down

0 comments on commit afd47ae

Please sign in to comment.