<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yoshitachi</author_name>
  <author_url>https://blog.hatena.ne.jp/yoshitachi/</author_url>
  <blog_title>web-technical-blog</blog_title>
  <blog_url>https://web-technical.hatenablog.com/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>PythonでS3にgzip形式でPUTする際は以下のようにすればいける。 Python 2.7.5 import boto3 from boto3.session import Session buff = '111,222,333' # output csv session = Session(aws_access_key_id=your_access_key_id, aws_secret_access_key=your_secret_access_key', ) bucket = &quot;your-bucket&quot; key = &quot;{}.csv.gz&quot;.format(&quot;yyyy-mm-dd&quot;) i…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fweb-technical.hatenablog.com%2Fentry%2F2018%2F10%2F04%2F122103&quot; title=&quot;pythonでS3にgzip形式でPUTする - web-technical-blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-10-04 12:21:03</published>
  <title>pythonでS3にgzip形式でPUTする</title>
  <type>rich</type>
  <url>https://web-technical.hatenablog.com/entry/2018/10/04/122103</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
