<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kidnohr</author_name>
  <author_url>https://blog.hatena.ne.jp/kidnohr/</author_url>
  <blog_title>日に日に分からんことが増えていく…</blog_title>
  <blog_url>https://kidnohr.hatenadiary.com/</blog_url>
  <categories>
  </categories>
  <description>boto3というモジュールが存在して、それを使ってS3 のファイルが取得できる。 ファイルのキー取得 In [1]: import boto3 In [7]: import botocore In [21]: s3 = boto3.resource('s3', aws_access_key_id=S3_ACCESS_KEY, aws_secret_access_key=S3_SECRET_KEY,) In [22]: try: ...: s3.meta.client.head_bucket(Bucket=S3_BUCKET) ...: except Exception as e: ...: p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkidnohr.hatenadiary.com%2Fentry%2F2018%2F05%2F15%2F121712&quot; title=&quot;Python での S3 からファイル取得(boto3) - 日に日に分からんことが増えていく…&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-05-15 12:17:12</published>
  <title>Python での S3 からファイル取得(boto3)</title>
  <type>rich</type>
  <url>https://kidnohr.hatenadiary.com/entry/2018/05/15/121712</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
