By default, does awswrangler.s3.to_parquet use ssl? #789
Unanswered
yduan-polo
asked this question in
Q&A
Replies: 1 comment
-
Looks like by default the boto3 session uses SSL, so to_parquet should be over SSL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a bucket that denies any s3 actions if aws:SecureTransport is false. wr.s3.list_directories works, but wr.s3.to_parquet
got error:
botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied
Proper write permission is in place, wonder if it could be caused by to_parquet was not using ssl.
Beta Was this translation helpful? Give feedback.
All reactions