Replies: 1 comment
-
after trying to run this on a different instance - it worked. Not sure why this is ... but it seems related to my aws profile settings or the boto client session I was using. This is strange as I configured the TA enable option multiple times on my local machine and the used profiles. |
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
-
Hello community!
I'm encountering some unexpected behavior when dealing with awswrangler pandas when trying to use the list (wr.s3.list_objects) and/or copy data (wr.s3.copy_objects) methods on s3 buckets. I'm currently benchmarking different solutions to see which one would be the fastest for copying data from one s3 bucket to another ... and awswrangler seems promising. The code I'm using below does work .... yet only with S3 transfer acceleration enabled. Can anyone tell me what I'm missing? Does Awswrangler simply not work without TA enabled on the buckets? Is it due to the fact that I'm using this on my local machine and will it work differently when moved towards an EC2?
Any insights are much appreciated! And to confirm - the code is working perfectly when running this with Transfer acceleration enabled on both S3 buckets.
error :
Notice that the preceding step (s3_client.list_objects_v2(Bucket="devs3copybucketfoldertestssrc")) using the client IS working !?
I have even enabled the disabling of the TA in the profile file (fefault), to no avail.
code :
Beta Was this translation helpful? Give feedback.
All reactions