Upload file to s3 on client side with rails, carrierwave-direct, and jquery file upload
问题 I keep getting a 403 when trying to upload from the client side. Is this due to not having conditions on the bucket? If I just specify the key - with no accesskey, signature, or policy - it will upload fine. Bucket policy: { "Version": "2012-10-17", "Statement": [ { "Sid": "AddPerm", "Effect": "Allow", "Principal": "*", "Action": "s3:*", "Resource": "arn:aws:s3:::example/*" } ] } CORS (open due to being local development) <?xml version="1.0" encoding="UTF-8"?> <CORSConfiguration xmlns="http:/