Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. def upload(s):
  2. conn=tinys3.Connection("AKIAJPOZEBO47FJYS3OA","04IZL8X9wlzBB5LkLlZD5GI/",tls=True)
  3. f = open(s,'rb')
  4. z=str(datetime.datetime.now().date())
  5. x=z+'/'+s
  6. conn.upload(x,f,'crawling1')
  7. os.remove(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement