エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント3件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Class: AWS::S3::S3Object — AWS SDK for Ruby
You are viewing documentation for version 1 of the AWS SDK for Ruby. Version 2 documentation can ... You are viewing documentation for version 1 of the AWS SDK for Ruby. Version 2 documentation can be found here. Represents an object in S3. Objects live in a bucket and have unique keys. Getting Objects You can get an object by its key. s3 = AWS::S3.new obj = s3.buckets['my-bucket'].objects['key'] # no request made You can also get objects by enumerating a objects in a bucket. bucket.objects.each
2016/05/18 リンク