Skip to content

Commit

Permalink
Update docs/source/examples/managed-jobs.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Romil Bhardwaj <[email protected]>
  • Loading branch information
zpoint and romilbhardwaj authored Jan 2, 2025
1 parent e6eca83 commit ea1c189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/managed-jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Alternatively, you can pre-provision a bucket and use it as an intermediate for
jobs:
bucket: s3://my-bucket # Supports s3://, gs://, https://<azure_storage_account>.blob.core.windows.net/<container>, r2://, cos://<region>/<bucket>
When using :code:`jobs.bucket`, SkyPilot organizes files in the following structure:
When using a pre-provisioned intermediate bucket with :code:`jobs.bucket`, SkyPilot creates job-specific directories under the bucket root to store files. They are organized in the following structure:

.. code-block:: text
Expand Down

0 comments on commit ea1c189

Please sign in to comment.