S3FileResourceService 2.7.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.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
  • Custom Region
    Custom region, e.g. a region of an AWS compatible service provider
    Display Name
    Custom Region
    Description
    Custom region, e.g. a region of an AWS compatible service provider
    API Name
    Custom Region
    Expression Language Scope
    Environment variables defined at JVM level and system properties
    Sensitive
    false
    Required
    true
    Dependencies
    • Region is set to any of [use-custom-region]
  • 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
    AWS Region in which the service is located
    Display Name
    Region
    Description
    AWS Region in which the service is located
    API Name
    Region
    Default Value
    us-west-2
    Allowable Values
    • AWS GovCloud (US-East)
    • AWS GovCloud (US-West)
    • Africa (Cape Town)
    • Asia Pacific (Hong Kong)
    • Asia Pacific (Hyderabad)
    • Asia Pacific (Jakarta)
    • Asia Pacific (Malaysia)
    • Asia Pacific (Melbourne)
    • Asia Pacific (Mumbai)
    • Asia Pacific (New Zealand)
    • Asia Pacific (Osaka)
    • Asia Pacific (Seoul)
    • Asia Pacific (Singapore)
    • Asia Pacific (Sydney)
    • Asia Pacific (Taipei)
    • Asia Pacific (Thailand)
    • Asia Pacific (Tokyo)
    • Canada (Central)
    • Canada West (Calgary)
    • China (Beijing)
    • China (Ningxia)
    • EU (Germany)
    • EU ISOE West
    • Europe (Frankfurt)
    • Europe (Ireland)
    • Europe (London)
    • Europe (Milan)
    • Europe (Paris)
    • Europe (Spain)
    • Europe (Stockholm)
    • Europe (Zurich)
    • Israel (Tel Aviv)
    • Mexico (Central)
    • Middle East (Bahrain)
    • Middle East (UAE)
    • South America (Sao Paulo)
    • US East (N. Virginia)
    • US East (Ohio)
    • US ISO East
    • US ISO WEST
    • US ISOB East (Ohio)
    • US ISOB West
    • US ISOF EAST
    • US ISOF SOUTH
    • US West (N. California)
    • US West (Oregon)
    • aws global region
    • aws-cn global region
    • aws-iso global region
    • aws-iso-b global region
    • aws-iso-e global region
    • aws-iso-f global region
    • aws-us-gov global region
    • Use Custom Region
    Expression Language Scope
    Not Supported
    Sensitive
    false
    Required
    true
See Also