<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aipacommander</author_name>
  <author_url>https://blog.hatena.ne.jp/aipacommander/</author_url>
  <blog_title>ITの隊長のブログ</blog_title>
  <blog_url>https://www.aipacommander.com/</blog_url>
  <categories>
    <anon>Amazon Web Service</anon>
    <anon>S3</anon>
    <anon>Python</anon>
    <anon>Python3</anon>
  </categories>
  <description>Python3でやる。 s3を操作するために必要なモジュールをインストール $ pip install boto3 また、アクセス権限やキーの設定なども済ます。（これはここでは書かない） ファイルをアップロード import boto3 import urllib.request s3 = boto3.resource('s3') # bucket名を引数として渡す bucket = s3.Bucket('commander-aipa') # yahoo.co.jpの情報を取得 page_text = '' with urllib.request.urlopen('http://www.yah…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.aipacommander.com%2Fentry%2F2016%2F01%2F11%2F220411&quot; title=&quot;【Python】s3にupload、s3からファイルをdeleteをpythonで - ITの隊長のブログ&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>http://cdn.mogile.archive.st-hatena.com/v1/image/aipacommander/297789129598967254.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-01-11 22:04:11</published>
  <title>【Python】s3にupload、s3からファイルをdeleteをpythonで</title>
  <type>rich</type>
  <url>https://www.aipacommander.com/entry/2016/01/11/220411</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
