Chakri,

The Amazon docs explain here
<http://docs.aws.amazon.com/AmazonS3/latest/UG/FolderOperations.html> that
S3 doesn't support pathes within a bucket, but you can embed path-like
naming into the "Object Key" parameter to FetchS3Object.

For your example, you would use bucket="s3://<bucket>" and
key="<path>/<objectfile>" to incorporate the path as you store the object.

I hope that helps.

Regards,
Joe

On Thu, Oct 8, 2015 at 2:39 AM, Chakrader Dewaragatla <
chakrader.dewaraga...@lifelock.com> wrote:

> Nifi users  - FetchS3Object processor do not have option to specify Object
> file path, how do you set that ?
>
> Eg : s3://<bucket>/<path>/<objectfile>
>
> Thanks,
> -Chakri
> ------------------------------
> The information contained in this transmission may contain privileged and
> confidential information. It is intended only for the use of the person(s)
> named above. If you are not the intended recipient, you are hereby notified
> that any review, dissemination, distribution or duplication of this
> communication is strictly prohibited. If you are not the intended
> recipient, please contact the sender by reply email and destroy all copies
> of the original message.
> ------------------------------
>

Reply via email to