RVR-SF-RDBMS-307
  • 1 Minute to read
  • Dark
    Light
  • PDF

RVR-SF-RDBMS-307

  • Dark
    Light
  • PDF

Article summary

  1. Issue Summary

    • The error "Failed to extract bucket and prefix from S3 file path" associated with Error Code: RVR-SF-RDBMS-307 indicates a problem in extracting the S3 bucket name and prefix from the provided S3 file path. This issue usually arises when the S3 path format is incorrect or the necessary permissions to access the S3 bucket are not configured properly.
  2. Action Steps:

    • Verify the format of the S3 file path you are using. It should follow the correct S3 URI format, such as s3://bucket-name/prefix.
    • Ensure that the bucket name does not contain special characters or uppercase letters, as this can lead to parsing errors.
    • Check if you have the appropriate permissions to access the S3 bucket. Make sure your IAM policy includes permissions like s3:listbucket, s3:getobject, and s3:listbucket for the specified bucket.
    • Review the connection details entered in Rivery, ensuring they align with the actual S3 bucket configuration, including correct region settings and endpoint specifications.
    • Verify the Rivery pipeline configuration to confirm the correct setup of file path prefixes and patterns for extraction settings.
  3. External References:

    • You can refer to the official Rivery documentation for Amazon S3 connections for more details: Connection Amazon S3.
    • For additional details on configuring bucket permissions, you may refer to AWS S3 documentation: S3 Bucket Policy.

If the issue persists or you need further assistance, please open a ticket with Rivery support.


Was this article helpful?

What's Next