- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Error in PutS3Object
- Labels:
-
Apache NiFi
Created ‎04-19-2024 09:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have seen an error in the processor PutS3Object, Even though it shows the error, it is successfully putting the object in AWS S3. Looks like the below line in the onTrigger method is causing this. If I comment on this and build, it does not throw any error.
ageoffS3Uploads(context, s3, now, bucket);
this is the error it is throwing in the UI.
else {
getLogger().info("Error checking S3 Multipart Upload list for {}: {}",
new Object[]{bucket, e.getMessage()});
}
My Processor config looks like this, I have tried both ways for ObjectKey and Bucket attributes and still see the unnecessary errors.
 And this as well.
Error's in both cases.
 
 
Created ‎04-24-2024 10:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What S3 security are you using? Can you put the same file there manually?
Is this regular AWS S3 or minio or another S3 compatible store.
