You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The S3 upload is working fine - I can see the files on S3, but the actual save process is failing with
ActiveRecord::RecordInvalid - Validation failed: Direct upload url is invalid:
I'm not sure where to go with this, for me the model is called Import instead of Document and the field for the final file is import_file rather than upload.
Are you possibly using a virtual hosted style URL for your bucket? I.e. bucketname.s3.amazonaws.com rather than a path style URL s3.amazonaws.com/bucketname?
The S3 upload is working fine - I can see the files on S3, but the actual save process is failing with
I'm not sure where to go with this, for me the model is called Import instead of Document and the field for the final file is import_file rather than upload.
The format for me looks like this:
The text was updated successfully, but these errors were encountered: