File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
source/reference/pipeline Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -190,16 +190,10 @@ Fields
190
190
191
191
The generated call to |s3| inserts a ``/`` between
192
192
``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``.
203
197
204
198
- Required
205
199
You can’t perform that action at this time.
0 commit comments