-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 Bucket not found #50
Comments
I've run into this issues a couple of time, and fixed it by forking the package internally and slightly modifying the
|
I cannot write also on the main bucket directory. Would it be possible to specify a subfolder within the bucket? Otherwise will have to use "pandas_redshift" Python Library :( Thanks! :) |
Hi everyone, Ended up using pandas_redshift to solve my issue. Thanks @jtelleriar! |
Hi @sicarul,
I have been working on a solution to push tables from R to redshift. However, I have encountered an issue while using the rs_upsert_table command wherein I am getting the following error. I have all the credentials and aws bucket access, however, the code is still bugging out.
ERROR**
Client error: (403) Forbidden
Error in uploadToS3(df, bucket, split_files, access_key, secret_key, region) :
Bucket does not exist
Calls: rs_upsert_table -> uploadToS3
Execution halted
***ERROR END
Any inputs would be great here. Thanks!
Best,
Aayush Sahni
The text was updated successfully, but these errors were encountered: