Skip to content

Commit 80c2749

Browse files
DOCSP-14029 remove incorrect example in to S3 doc (#120)
* DOCSP-14029 remove incorrect example in to S3 doc * DOCSP-14029 updates for review
1 parent cab4574 commit 80c2749

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

source/reference/pipeline/out.txt

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -190,16 +190,10 @@ Fields
190190

191191
The generated call to |s3| inserts a ``/`` between
192192
``s3.bucket`` and ``s3.filename``. Don't prepend a
193-
``/`` before the ``s3.filename``.
194-
195-
.. example::
196-
197-
If you set ``s3.bucket`` to ``myBucket`` and
198-
``s3.filename`` to ``myPath/myData``, {+adl+} writes
199-
this out as ``s3://myBucket/myPath/myData.[n].json``. If you
200-
specify a partition attribute in the path to the filename,
201-
``myPath/{<fieldA> <data-type>}/``, {+adl+} writes this out
202-
as ``s3://myBucket/myPath/fieldA/[n].json``.
193+
``/`` before the ``s3.filename``. If you set ``s3.
194+
bucket`` to ``myBucket`` and ``s3.filename`` to
195+
``myPath/myData``, {+adl+} writes this out as
196+
``s3://myBucket/myPath/myData.[n].json``.
203197

204198
- Required
205199

0 commit comments

Comments
 (0)