S3FileResourceService 2.0.0

Bundle
org.apache.nifi | nifi-aws-nar
Description
Provides an Amazon Web Services (AWS) S3 file resource for other components.
Tags
AWS, Amazon, S3, file, resource
Input Requirement
Supports Sensitive Dynamic Properties
false
Properties
  • AWS Credentials Provider Service
    The Controller Service that is used to obtain AWS credentials provider
    Display Name
    AWS Credentials Provider Service
    Description
    The Controller Service that is used to obtain AWS credentials provider
    API Name
    AWS Credentials Provider service
    Service Interface
    org.apache.nifi.processors.aws.credentials.provider.service.AWSCredentialsProviderService
    Service Implementations
    Expression Language Scope
    Not Supported
    Sensitive
    false
    Required
    true
  • Bucket
    The S3 Bucket to interact with
    Display Name
    Bucket
    Description
    The S3 Bucket to interact with
    API Name
    Bucket
    Default Value
    ${s3.bucket}
    Expression Language Scope
    Environment variables and FlowFile Attributes
    Sensitive
    false
    Required
    true
  • Object Key
    The S3 Object Key to use. This is analogous to a filename for traditional file systems.
    Display Name
    Object Key
    Description
    The S3 Object Key to use. This is analogous to a filename for traditional file systems.
    API Name
    Object Key
    Default Value
    ${filename}
    Expression Language Scope
    Environment variables and FlowFile Attributes
    Sensitive
    false
    Required
    true
  • Region
    The AWS Region to connect to.
    Display Name
    Region
    Description
    The AWS Region to connect to.
    API Name
    Region
    Default Value
    us-west-2
    Allowable Values
    • AWS GovCloud (US)
    • AWS GovCloud (US-East)
    • US East (N. Virginia)
    • US East (Ohio)
    • US West (N. California)
    • US West (Oregon)
    • EU (Ireland)
    • EU (London)
    • EU (Paris)
    • EU (Frankfurt)
    • EU (Zurich)
    • EU (Stockholm)
    • EU (Milan)
    • EU (Spain)
    • Asia Pacific (Hong Kong)
    • Asia Pacific (Mumbai)
    • Asia Pacific (Hyderabad)
    • Asia Pacific (Singapore)
    • Asia Pacific (Sydney)
    • Asia Pacific (Jakarta)
    • Asia Pacific (Melbourne)
    • Asia Pacific (Tokyo)
    • Asia Pacific (Seoul)
    • Asia Pacific (Osaka)
    • South America (Sao Paulo)
    • China (Beijing)
    • China (Ningxia)
    • Canada (Central)
    • Canada West (Calgary)
    • Middle East (UAE)
    • Middle East (Bahrain)
    • Africa (Cape Town)
    • US ISO East
    • US ISOB East (Ohio)
    • US ISO West
    • Israel (Tel Aviv)
    • Use 's3.region' Attribute
    Expression Language Scope
    Not Supported
    Sensitive
    false
    Required
    true
See Also