Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

186
Views
How to pass encoded Amazon s3 signed URL in python curl Postfields?

I need to pass an amazon s3 signed URL to my python cURL function. The signed url have some special characters as '%' which is passed to the cURL POSTFIELDS and after the processing I am getting 500 Internal Server error. Is there a way to pass the POSTFIELDS in encoded format so cURL can process it?

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

import urllib
import pycurl

def urlconvert:
  wrapper = {'filename':p} # p is the amazon s3 signed url
  c = pycurl.Curl()
  c.setopt(pycurl.URL, url) #url is the url for curl request
  c.setopt(pycurl.POST, 1)
  post_args = urllib.urlencode(wrapper)
  c.setopt(pycurl.POSTFIELDS, post_args)
about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!